├── .gitattributes ├── .gitignore ├── EZY.xcodeproj ├── project.pbxproj └── xcshareddata │ └── xcschemes │ └── EZY.xcscheme ├── EZY.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ └── IDEWorkspaceChecks.plist ├── EZY ├── Assets.xcassets │ ├── AccentColor.colorset │ │ └── Contents.json │ ├── AppIcon.appiconset │ │ ├── 1024.png │ │ ├── 114.png │ │ ├── 120.png │ │ ├── 180.png │ │ ├── 29.png │ │ ├── 40.png │ │ ├── 57.png │ │ ├── 58.png │ │ ├── 60.png │ │ ├── 80.png │ │ ├── 87.png │ │ └── Contents.json │ ├── Contents.json │ ├── EZY_.imageset │ │ └── Contents.json │ ├── EZY_Bell.imageset │ │ ├── Contents.json │ │ └── 알림.svg │ ├── EZY_Calendar.imageset │ │ └── Contents.json │ ├── EZY_CalendarTriangleViewBlue.imageset │ │ ├── Contents.json │ │ └── EZY_CalendarTriangleViewBlue.svg │ ├── EZY_ChangeButtonImage.imageset │ │ ├── Contents.json │ │ └── EZY_ChangeButtonImage.png │ ├── EZY_CheckedBox.imageset │ │ ├── Contents.json │ │ └── EZY_CheckedBox.svg │ ├── EZY_ContinueButton.imageset │ │ ├── Contents.json │ │ └── EZY_ContinueButton.png │ ├── EZY_DeleteButton.imageset │ │ ├── Contents.json │ │ └── EZY_DeleteButton.svg │ ├── EZY_DeleteWhiteButton.imageset │ │ ├── Contents.json │ │ └── EZY_DeleteWhiteButton.svg │ ├── EZY_DetailBackButton.imageset │ │ ├── Arrow - Left.svg │ │ └── Contents.json │ ├── EZY_EZYHateMoment.imageset │ │ ├── Contents.json │ │ └── undraw_mobile_ux_re_59hr.svg │ ├── EZY_EZYProfileImage.imageset │ │ ├── Contents.json │ │ └── EZY_EZYProfileImage.png │ ├── EZY_EditButton.imageset │ │ ├── Contents.json │ │ └── EZY_EditButton.svg │ ├── EZY_EditWhiteButton.imageset │ │ ├── Contents.json │ │ └── EZY_EditWhiteButton.svg │ ├── EZY_EmptyImage.imageset │ │ ├── Contents.json │ │ └── EZY_emptyImage.svg │ ├── EZY_Errand.imageset │ │ ├── Contents.json │ │ └── Work.svg │ ├── EZY_ErrandBackButtonImage.imageset │ │ ├── Arrow - Left.svg │ │ └── Contents.json │ ├── EZY_ErrendBackgroundView.imageset │ │ ├── Contents.json │ │ └── errend.svg │ ├── EZY_Fast_car.imageset │ │ ├── Contents.json │ │ └── undraw_fast_car_p4cu 1.svg │ ├── EZY_GoBackBtn.imageset │ │ ├── Contents.json │ │ └── EZY_GoBackBtn.svg │ ├── EZY_GroupAddButton.imageset │ │ ├── Contents.json │ │ └── groupAddbutton.svg │ ├── EZY_GroupModalViewHideButton.imageset │ │ ├── Contents.json │ │ └── deleteButton.svg │ ├── EZY_IdChangeBackButtonImage.imageset │ │ ├── Arrow - Left.svg │ │ └── Contents.json │ ├── EZY_IdChangeButtonImage.imageset │ │ ├── Contents.json │ │ └── Rectangle 2.svg │ ├── EZY_InquiryChattingBackButton.imageset │ │ ├── Contents.json │ │ └── inquiryChattingBackButton.svg │ ├── EZY_InquiryIcon.imageset │ │ ├── Contents.json │ │ └── EZY_InquiryIcon.svg │ ├── EZY_InquiryImage.imageset │ │ ├── Contents.json │ │ └── Danger Triangle.svg │ ├── EZY_InquirySendButtonImage.imageset │ │ ├── Contents.json │ │ └── EZY_InquirySendButtonImage.png │ ├── EZY_LOGOTYPE_1.imageset │ │ ├── 1x_EZY_LOGOTYPE 1.png │ │ ├── 2x_EZY_LOGOTYPE 1.png │ │ ├── 3x_EZY_LOGOTYPE 1.png │ │ └── Contents.json │ ├── EZY_LOGOTYPE_2.imageset │ │ ├── 1x_EZY_LOGOTYPE 2.png │ │ ├── 2x_EZY_LOGOTYPE 2.png │ │ ├── 3x_EZY_LOGOTYPE 2.png │ │ └── Contents.json │ ├── EZY_LocationBackButton.imageset │ │ ├── Arrow - Left.svg │ │ └── Contents.json │ ├── EZY_LoginButton.imageset │ │ ├── Contents.json │ │ └── EZY_LoginButton.png │ ├── EZY_MyJob.imageset │ │ ├── Contents.json │ │ └── Profile.svg │ ├── EZY_NoMember.imageset │ │ ├── Contents.json │ │ └── undraw_feeling_blue_4b7q 1.svg │ ├── EZY_NoTagImage.imageset │ │ ├── Contents.json │ │ └── undraw_Add_notes_re_ln36.svg │ ├── EZY_Notification.imageset │ │ ├── Contents.json │ │ └── Notification.svg │ ├── EZY_NotificationBackButton.imageset │ │ ├── Arrow - Left.svg │ │ └── Contents.json │ ├── EZY_NotificationNoImage.imageset │ │ ├── Contents.json │ │ └── NotificationNoImage.svg │ ├── EZY_OnePersonImage.imageset │ │ ├── Contents.json │ │ └── Profile.svg │ ├── EZY_OurJob.imageset │ │ ├── 3 User.svg │ │ └── Contents.json │ ├── EZY_PersonalBackgroundView.imageset │ │ ├── Contents.json │ │ └── personal.svg │ ├── EZY_PlanAddButton.imageset │ │ ├── Contents.json │ │ └── EZY_PlanAddButton.svg │ ├── EZY_PlanModify.imageset │ │ ├── Contents.json │ │ └── 수정 버튼-1.svg │ ├── EZY_RequestBackButton.imageset │ │ ├── Arrow - Left.svg │ │ └── Contents.json │ ├── EZY_SelectedNoSelectTagButtonImage.imageset │ │ ├── Contents.json │ │ └── whiteex.png │ ├── EZY_SelectedTagAddButtonImage.imageset │ │ ├── Contents.json │ │ └── whiteAddButton.png │ ├── EZY_SettingBackButton.imageset │ │ ├── Arrow - Left.svg │ │ └── Contents.json │ ├── EZY_SettingBell.imageset │ │ ├── Contents.json │ │ └── Notification.svg │ ├── EZY_SettingGroup.imageset │ │ ├── 3 User.svg │ │ └── Contents.json │ ├── EZY_SettingId.imageset │ │ ├── Contents.json │ │ └── Group 461.svg │ ├── EZY_SettingInquiry.imageset │ │ ├── Contents.json │ │ └── hehehehhe.svg │ ├── EZY_SettingRightButton.imageset │ │ ├── Contents.json │ │ └── SettingRightButton.svg │ ├── EZY_SettingTag.imageset │ │ ├── Contents.json │ │ └── Group 400.svg │ ├── EZY_Star.imageset │ │ ├── Contents.json │ │ └── Star 3.svg │ ├── EZY_TagColorCheckImage.imageset │ │ ├── Contents.json │ │ └── Path 3.svg │ ├── EZY_TagIcon.imageset │ │ ├── Contents.json │ │ └── box.svg │ ├── EZY_TagManagementBackButtonImage.imageset │ │ ├── Contents.json │ │ └── EZY_TagManagementBackButtonI.svg │ ├── EZY_TagSettingButton.imageset │ │ ├── Contents.json │ │ └── EZY_TagSettingButton.svg │ ├── EZY_TeamBackgroundView.imageset │ │ ├── Contents.json │ │ └── Team.svg │ ├── EZY_TermButton.imageset │ │ ├── Contents.json │ │ └── EZY_TermButton.svg │ ├── EZY_TermsButton.imageset │ │ ├── Contents.json │ │ └── EZY_TermsButton.png │ ├── EZY_TimeSquare.imageset │ │ ├── Contents.json │ │ └── Time Square.svg │ ├── EZY_UnSelectedNoSelectTagButtonImage.imageset │ │ ├── Contents.json │ │ └── ex.png │ ├── EZY_UnSelectedTagAddButtonImage.imageset │ │ ├── Contents.json │ │ └── addaddButton.png │ ├── EZY_UncheckedBox.imageset │ │ ├── Contents.json │ │ └── EZY_UncheckedBox.svg │ ├── EZY_WhiteLocation.imageset │ │ ├── Contents.json │ │ └── Location.svg │ ├── EZY_Withdrawal.imageset │ │ ├── Contents.json │ │ └── Logout.svg │ ├── EZY_WithdrawalImage.imageset │ │ ├── Contents.json │ │ └── circle.svg │ ├── EZY_calendar.imageset │ │ └── Calendar.svg │ ├── EZY_chevron.right.imageset │ │ ├── Contents.json │ │ ├── 뒤로가기(로그인 창으로) (1).svg │ │ └── 뒤로가기(로그인 창으로).svg │ ├── EZY_clock.imageset │ │ ├── Contents.json │ │ └── Time Square.svg │ ├── EZY_closedEye.imageset │ │ ├── Contents.json │ │ └── EZY_closedEye.svg │ ├── EZY_eye.imageset │ │ ├── Contents.json │ │ └── EZY_eye.svg │ ├── EZY_inquiry.imageset │ │ ├── Contents.json │ │ └── EZY_inquiry.svg │ ├── EZY_location.imageset │ │ ├── Contents.json │ │ └── Location.svg │ ├── EZY_settingsIcon.imageset │ │ ├── Contents.json │ │ └── settings.svg │ ├── EZY_user-3.imageset │ │ ├── 3 User.svg │ │ └── Contents.json │ ├── EZY_user.imageset │ │ ├── Contents.json │ │ └── Profile.svg │ └── EZY_work.imageset │ │ ├── Contents.json │ │ └── Work (1).svg ├── Base.lproj │ └── LaunchScreen.storyboard ├── Controllers │ ├── ErrandDetailViewController.swift │ ├── Features │ │ ├── Errand │ │ │ ├── AddErrandViewController.swift │ │ │ ├── ErrandDetailsViewController.swift │ │ │ ├── MorePeopleToDo.swift │ │ │ └── PlanRequestRespondingViewController.swift │ │ ├── Inquiry │ │ │ ├── InquiryChattingViewController.swift │ │ │ └── InquiryViewController.swift │ │ ├── Location │ │ │ └── SelectLocationViewController.swift │ │ ├── Main │ │ │ └── ShowPlanViewController.swift │ │ ├── MyToDo │ │ │ ├── AddMyToDoViewController.swift │ │ │ ├── PersonalPlanChangeViewController.swift │ │ │ └── PersonalPlanDetailViewController.swift │ │ ├── PushNotification │ │ │ └── NotificationViewController.swift │ │ └── Setting │ │ │ ├── SettingFeatures │ │ │ ├── LogoutViewController.swift │ │ │ ├── PushNotificationManagementViewController.swift │ │ │ ├── TagManagementViewController.swift │ │ │ ├── TagSettingViewController.swift │ │ │ └── WithdrawalViewController.swift │ │ │ └── SettingViewController.swift │ ├── LogIn │ │ └── LoginViewController.swift │ ├── Modal │ │ ├── CalendarAddModelViewController.swift │ │ ├── MoreAlarmModelViewController.swift │ │ ├── MoreCalendarModalsViewController.swift │ │ └── TimeAddModalViewController.swift │ ├── ShowPlanViewController 복사본.swift │ ├── ShowPlanViewController 복사본.swift.zip │ ├── SignUp │ │ ├── SignUpNicknameViewController.swift │ │ ├── SignUpPasswordViewController.swift │ │ ├── SignUpPhoneNumViewController.swift │ │ └── SignUpTermsViewController.swift │ └── UserInfoChange │ │ ├── AfterLogin │ │ ├── ChangeIdAfterLoginViewController.swift │ │ ├── ChangePasswardAfterLoginViewController.swift │ │ └── ChangePasswardPhoneNumAfterLoginViewController.swift │ │ └── BeforeLogin │ │ ├── NewNicknamePhoneNumViewController.swift │ │ ├── NewNicknamePutViewController.swift │ │ ├── NewPasswordPhoneNumViewController.swift │ │ └── NewPasswordPutViewController.swift ├── EZY.entitlements ├── EZY.xcdatamodeld │ ├── .xccurrentversion │ └── EZY.xcdatamodel │ │ └── contents ├── Font │ ├── Poppins-BlackItalic.ttf │ ├── Poppins-Bold.ttf │ ├── Poppins-BoldItalic.ttf │ ├── Poppins-ExtraBold.ttf │ ├── Poppins-ExtraBoldItalic.ttf │ ├── Poppins-ExtraLight.ttf │ ├── Poppins-ExtraLightItalic.ttf │ ├── Poppins-Italic.ttf │ ├── Poppins-Light.ttf │ ├── Poppins-LightItalic.ttf │ ├── Poppins-Medium.ttf │ ├── Poppins-MediumItalic.ttf │ ├── Poppins-Regular.ttf │ ├── Poppins-SemiBold.ttf │ ├── Poppins-SemiBoldItalic.ttf │ ├── Poppins-Thin.ttf │ └── Poppins-ThinItalic.ttf ├── Header │ └── CalendarView.h ├── Info.plist ├── LaunchScreen.storyboard ├── Models │ ├── CollectionViewModel.swift │ ├── DayModel.swift │ ├── ManageData.swift │ ├── ManagementbtnModel.swift │ ├── Model.swift │ ├── RepeatCollectionViewModel.swift │ ├── TagCollectionViewModel.swift │ └── TagColorCollectionViewModel.swift ├── Resources │ ├── AppDelegate.swift │ ├── GoogleService-Info.plist │ ├── LaunchScreen.storyboard │ └── SceneDelegate.swift ├── Utils │ └── Extension.swift ├── ViewModels │ ├── SearchViewModel.swift │ └── ViewModel.swift └── Views │ ├── AddButton.swift │ ├── Alert │ ├── PlanCompleteModalView.swift │ ├── PlanDeleteModalView.swift │ ├── SelectLocationModalView.swift │ ├── TagAddModalView.swift │ ├── TagDeleteModalView.swift │ └── WithdrawalModalView.swift │ ├── Button │ ├── AddScheduleModalBtn .swift │ ├── AdditionalButton.swift │ ├── AlarmManagementButton.swift │ ├── AlertButton.swift │ ├── CalendarAlertBtn.swift │ ├── CalendarBtn.swift │ ├── CustomGradientContinueBtnView.swift │ ├── CustomGradientLoginBtnView.swift │ ├── CustomGradientTermsBtnView.swift │ ├── LogoutCustomBtn.swift │ ├── OneAlertButton.swift │ └── SwitchBtn.swift │ ├── CollectionViewCells │ ├── AlarmSettingCell.swift │ ├── CalendarCollectionViewCell.swift │ ├── DayCollectionViewCell.swift │ ├── ErrandPeopoleChooseAfterCell.swift │ ├── GroupAddCollectionViewCell.swift │ ├── GroupCollectionViewCell.swift │ ├── PersonalPlanAddRepeatDayCollectionViewCell.swift │ ├── PersonalPlanDetailRepeatDayCollectionViewCell.swift │ ├── RecommendedTagCollectionViewCell.swift │ ├── ScheduleTypeCollectionViewCell.swift │ ├── TagCell.swift │ ├── TagCollectionViewCell.swift │ ├── TagColorCollectionViewCell.swift │ ├── WhatAboutPeopleLikeThisCell.swift │ └── selectedMemberCollectionViewCell.swift │ ├── SwitchButton.swift │ ├── TableViewCells │ ├── CustomManagePushNotificationCell.swift │ ├── EndTimeTableViewCell.swift │ ├── LocationTableViewCell.swift │ ├── NotificationTableViewCell.swift │ ├── ScheduleTimeTableViewCell.swift │ ├── SettingTableViewCell.swift │ ├── StartTimeTableViewCell.swift │ ├── TagTableViewCell.swift │ └── questionTableViewCell.swift │ ├── View │ ├── CalendarView.swift │ ├── CalendarViewLayout.swift │ ├── CustomData.swift │ ├── DeleteModalView.swift │ ├── ExplanationContainerTextView.swift │ ├── GroupAddModalView.swift │ ├── GroupModifyDeleteModalView.swift │ ├── InquiryReceiveChattingBoxView.swift │ ├── InquirySendChattingBoxView.swift │ ├── LoginTextFieldContainerView.swift │ ├── NotificationTableView.swift │ ├── PickerView │ │ └── AlarmDatePickerView.swift │ ├── SearchResultsView.swift │ ├── SendUser.swift │ ├── SignUpTextFieldContainerView.swift │ ├── TextField │ │ ├── ErrandInputContainterTextField.swift │ │ └── GroupSearchTextfield.swift │ ├── TitleContainerTextFieldView.swift │ ├── TopBarView.swift │ ├── TopView.swift │ ├── WhiteBackgroundView.swift │ └── inputContainerErrandTextView.swift │ └── inputContainerTextFieldView.swift ├── Podfile ├── Podfile.lock ├── README.md └── READMEData └── EZY.svg /.gitattributes: -------------------------------------------------------------------------------- 1 | *.pbxproj merge=union 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/.gitignore -------------------------------------------------------------------------------- /EZY.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /EZY.xcodeproj/xcshareddata/xcschemes/EZY.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY.xcodeproj/xcshareddata/xcschemes/EZY.xcscheme -------------------------------------------------------------------------------- /EZY.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /EZY.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /EZY/Assets.xcassets/AccentColor.colorset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/AccentColor.colorset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/AppIcon.appiconset/1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/AppIcon.appiconset/1024.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/AppIcon.appiconset/114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/AppIcon.appiconset/114.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/AppIcon.appiconset/120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/AppIcon.appiconset/120.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/AppIcon.appiconset/180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/AppIcon.appiconset/180.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/AppIcon.appiconset/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/AppIcon.appiconset/29.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/AppIcon.appiconset/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/AppIcon.appiconset/40.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/AppIcon.appiconset/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/AppIcon.appiconset/57.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/AppIcon.appiconset/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/AppIcon.appiconset/58.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/AppIcon.appiconset/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/AppIcon.appiconset/60.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/AppIcon.appiconset/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/AppIcon.appiconset/80.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/AppIcon.appiconset/87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/AppIcon.appiconset/87.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_Bell.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_Bell.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_Bell.imageset/알림.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_Bell.imageset/알림.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_Calendar.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_Calendar.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_CalendarTriangleViewBlue.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_CalendarTriangleViewBlue.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_CalendarTriangleViewBlue.imageset/EZY_CalendarTriangleViewBlue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_CalendarTriangleViewBlue.imageset/EZY_CalendarTriangleViewBlue.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_ChangeButtonImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_ChangeButtonImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_ChangeButtonImage.imageset/EZY_ChangeButtonImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_ChangeButtonImage.imageset/EZY_ChangeButtonImage.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_CheckedBox.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_CheckedBox.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_CheckedBox.imageset/EZY_CheckedBox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_CheckedBox.imageset/EZY_CheckedBox.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_ContinueButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_ContinueButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_ContinueButton.imageset/EZY_ContinueButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_ContinueButton.imageset/EZY_ContinueButton.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_DeleteButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_DeleteButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_DeleteButton.imageset/EZY_DeleteButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_DeleteButton.imageset/EZY_DeleteButton.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_DeleteWhiteButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_DeleteWhiteButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_DeleteWhiteButton.imageset/EZY_DeleteWhiteButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_DeleteWhiteButton.imageset/EZY_DeleteWhiteButton.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_DetailBackButton.imageset/Arrow - Left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_DetailBackButton.imageset/Arrow - Left.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_DetailBackButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_DetailBackButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_EZYHateMoment.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_EZYHateMoment.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_EZYHateMoment.imageset/undraw_mobile_ux_re_59hr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_EZYHateMoment.imageset/undraw_mobile_ux_re_59hr.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_EZYProfileImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_EZYProfileImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_EZYProfileImage.imageset/EZY_EZYProfileImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_EZYProfileImage.imageset/EZY_EZYProfileImage.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_EditButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_EditButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_EditButton.imageset/EZY_EditButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_EditButton.imageset/EZY_EditButton.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_EditWhiteButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_EditWhiteButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_EditWhiteButton.imageset/EZY_EditWhiteButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_EditWhiteButton.imageset/EZY_EditWhiteButton.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_EmptyImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_EmptyImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_EmptyImage.imageset/EZY_emptyImage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_EmptyImage.imageset/EZY_emptyImage.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_Errand.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_Errand.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_Errand.imageset/Work.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_Errand.imageset/Work.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_ErrandBackButtonImage.imageset/Arrow - Left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_ErrandBackButtonImage.imageset/Arrow - Left.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_ErrandBackButtonImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_ErrandBackButtonImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_ErrendBackgroundView.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_ErrendBackgroundView.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_ErrendBackgroundView.imageset/errend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_ErrendBackgroundView.imageset/errend.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_Fast_car.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_Fast_car.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_Fast_car.imageset/undraw_fast_car_p4cu 1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_Fast_car.imageset/undraw_fast_car_p4cu 1.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_GoBackBtn.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_GoBackBtn.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_GoBackBtn.imageset/EZY_GoBackBtn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_GoBackBtn.imageset/EZY_GoBackBtn.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_GroupAddButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_GroupAddButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_GroupAddButton.imageset/groupAddbutton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_GroupAddButton.imageset/groupAddbutton.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_GroupModalViewHideButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_GroupModalViewHideButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_GroupModalViewHideButton.imageset/deleteButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_GroupModalViewHideButton.imageset/deleteButton.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_IdChangeBackButtonImage.imageset/Arrow - Left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_IdChangeBackButtonImage.imageset/Arrow - Left.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_IdChangeBackButtonImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_IdChangeBackButtonImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_IdChangeButtonImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_IdChangeButtonImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_IdChangeButtonImage.imageset/Rectangle 2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_IdChangeButtonImage.imageset/Rectangle 2.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_InquiryChattingBackButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_InquiryChattingBackButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_InquiryChattingBackButton.imageset/inquiryChattingBackButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_InquiryChattingBackButton.imageset/inquiryChattingBackButton.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_InquiryIcon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_InquiryIcon.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_InquiryIcon.imageset/EZY_InquiryIcon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_InquiryIcon.imageset/EZY_InquiryIcon.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_InquiryImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_InquiryImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_InquiryImage.imageset/Danger Triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_InquiryImage.imageset/Danger Triangle.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_InquirySendButtonImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_InquirySendButtonImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_InquirySendButtonImage.imageset/EZY_InquirySendButtonImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_InquirySendButtonImage.imageset/EZY_InquirySendButtonImage.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_LOGOTYPE_1.imageset/1x_EZY_LOGOTYPE 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_LOGOTYPE_1.imageset/1x_EZY_LOGOTYPE 1.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_LOGOTYPE_1.imageset/2x_EZY_LOGOTYPE 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_LOGOTYPE_1.imageset/2x_EZY_LOGOTYPE 1.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_LOGOTYPE_1.imageset/3x_EZY_LOGOTYPE 1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_LOGOTYPE_1.imageset/3x_EZY_LOGOTYPE 1.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_LOGOTYPE_1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_LOGOTYPE_1.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_LOGOTYPE_2.imageset/1x_EZY_LOGOTYPE 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_LOGOTYPE_2.imageset/1x_EZY_LOGOTYPE 2.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_LOGOTYPE_2.imageset/2x_EZY_LOGOTYPE 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_LOGOTYPE_2.imageset/2x_EZY_LOGOTYPE 2.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_LOGOTYPE_2.imageset/3x_EZY_LOGOTYPE 2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_LOGOTYPE_2.imageset/3x_EZY_LOGOTYPE 2.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_LOGOTYPE_2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_LOGOTYPE_2.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_LocationBackButton.imageset/Arrow - Left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_LocationBackButton.imageset/Arrow - Left.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_LocationBackButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_LocationBackButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_LoginButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_LoginButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_LoginButton.imageset/EZY_LoginButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_LoginButton.imageset/EZY_LoginButton.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_MyJob.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_MyJob.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_MyJob.imageset/Profile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_MyJob.imageset/Profile.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_NoMember.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_NoMember.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_NoMember.imageset/undraw_feeling_blue_4b7q 1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_NoMember.imageset/undraw_feeling_blue_4b7q 1.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_NoTagImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_NoTagImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_NoTagImage.imageset/undraw_Add_notes_re_ln36.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_NoTagImage.imageset/undraw_Add_notes_re_ln36.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_Notification.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_Notification.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_Notification.imageset/Notification.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_Notification.imageset/Notification.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_NotificationBackButton.imageset/Arrow - Left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_NotificationBackButton.imageset/Arrow - Left.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_NotificationBackButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_NotificationBackButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_NotificationNoImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_NotificationNoImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_NotificationNoImage.imageset/NotificationNoImage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_NotificationNoImage.imageset/NotificationNoImage.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_OnePersonImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_OnePersonImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_OnePersonImage.imageset/Profile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_OnePersonImage.imageset/Profile.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_OurJob.imageset/3 User.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_OurJob.imageset/3 User.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_OurJob.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_OurJob.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_PersonalBackgroundView.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_PersonalBackgroundView.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_PersonalBackgroundView.imageset/personal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_PersonalBackgroundView.imageset/personal.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_PlanAddButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_PlanAddButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_PlanAddButton.imageset/EZY_PlanAddButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_PlanAddButton.imageset/EZY_PlanAddButton.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_PlanModify.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_PlanModify.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_PlanModify.imageset/수정 버튼-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_PlanModify.imageset/수정 버튼-1.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_RequestBackButton.imageset/Arrow - Left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_RequestBackButton.imageset/Arrow - Left.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_RequestBackButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_RequestBackButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SelectedNoSelectTagButtonImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SelectedNoSelectTagButtonImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SelectedNoSelectTagButtonImage.imageset/whiteex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SelectedNoSelectTagButtonImage.imageset/whiteex.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SelectedTagAddButtonImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SelectedTagAddButtonImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SelectedTagAddButtonImage.imageset/whiteAddButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SelectedTagAddButtonImage.imageset/whiteAddButton.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingBackButton.imageset/Arrow - Left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingBackButton.imageset/Arrow - Left.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingBackButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingBackButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingBell.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingBell.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingBell.imageset/Notification.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingBell.imageset/Notification.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingGroup.imageset/3 User.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingGroup.imageset/3 User.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingGroup.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingGroup.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingId.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingId.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingId.imageset/Group 461.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingId.imageset/Group 461.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingInquiry.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingInquiry.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingInquiry.imageset/hehehehhe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingInquiry.imageset/hehehehhe.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingRightButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingRightButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingRightButton.imageset/SettingRightButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingRightButton.imageset/SettingRightButton.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingTag.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingTag.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_SettingTag.imageset/Group 400.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_SettingTag.imageset/Group 400.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_Star.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_Star.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_Star.imageset/Star 3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_Star.imageset/Star 3.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TagColorCheckImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TagColorCheckImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TagColorCheckImage.imageset/Path 3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TagColorCheckImage.imageset/Path 3.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TagIcon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TagIcon.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TagIcon.imageset/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TagIcon.imageset/box.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TagManagementBackButtonImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TagManagementBackButtonImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TagManagementBackButtonImage.imageset/EZY_TagManagementBackButtonI.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TagManagementBackButtonImage.imageset/EZY_TagManagementBackButtonI.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TagSettingButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TagSettingButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TagSettingButton.imageset/EZY_TagSettingButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TagSettingButton.imageset/EZY_TagSettingButton.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TeamBackgroundView.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TeamBackgroundView.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TeamBackgroundView.imageset/Team.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TeamBackgroundView.imageset/Team.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TermButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TermButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TermButton.imageset/EZY_TermButton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TermButton.imageset/EZY_TermButton.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TermsButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TermsButton.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TermsButton.imageset/EZY_TermsButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TermsButton.imageset/EZY_TermsButton.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TimeSquare.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TimeSquare.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_TimeSquare.imageset/Time Square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_TimeSquare.imageset/Time Square.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_UnSelectedNoSelectTagButtonImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_UnSelectedNoSelectTagButtonImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_UnSelectedNoSelectTagButtonImage.imageset/ex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_UnSelectedNoSelectTagButtonImage.imageset/ex.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_UnSelectedTagAddButtonImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_UnSelectedTagAddButtonImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_UnSelectedTagAddButtonImage.imageset/addaddButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_UnSelectedTagAddButtonImage.imageset/addaddButton.png -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_UncheckedBox.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_UncheckedBox.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_UncheckedBox.imageset/EZY_UncheckedBox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_UncheckedBox.imageset/EZY_UncheckedBox.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_WhiteLocation.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_WhiteLocation.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_WhiteLocation.imageset/Location.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_WhiteLocation.imageset/Location.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_Withdrawal.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_Withdrawal.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_Withdrawal.imageset/Logout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_Withdrawal.imageset/Logout.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_WithdrawalImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_WithdrawalImage.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_WithdrawalImage.imageset/circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_WithdrawalImage.imageset/circle.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_calendar.imageset/Calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_calendar.imageset/Calendar.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_chevron.right.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_chevron.right.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_chevron.right.imageset/뒤로가기(로그인 창으로) (1).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_chevron.right.imageset/뒤로가기(로그인 창으로) (1).svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_chevron.right.imageset/뒤로가기(로그인 창으로).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_chevron.right.imageset/뒤로가기(로그인 창으로).svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_clock.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_clock.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_clock.imageset/Time Square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_clock.imageset/Time Square.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_closedEye.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_closedEye.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_closedEye.imageset/EZY_closedEye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_closedEye.imageset/EZY_closedEye.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_eye.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_eye.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_eye.imageset/EZY_eye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_eye.imageset/EZY_eye.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_inquiry.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_inquiry.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_inquiry.imageset/EZY_inquiry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_inquiry.imageset/EZY_inquiry.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_location.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_location.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_location.imageset/Location.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_location.imageset/Location.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_settingsIcon.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_settingsIcon.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_settingsIcon.imageset/settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_settingsIcon.imageset/settings.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_user-3.imageset/3 User.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_user-3.imageset/3 User.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_user-3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_user-3.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_user.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_user.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_user.imageset/Profile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_user.imageset/Profile.svg -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_work.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_work.imageset/Contents.json -------------------------------------------------------------------------------- /EZY/Assets.xcassets/EZY_work.imageset/Work (1).svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Assets.xcassets/EZY_work.imageset/Work (1).svg -------------------------------------------------------------------------------- /EZY/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /EZY/Controllers/ErrandDetailViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/ErrandDetailViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Errand/AddErrandViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Errand/AddErrandViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Errand/ErrandDetailsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Errand/ErrandDetailsViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Errand/MorePeopleToDo.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Errand/MorePeopleToDo.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Errand/PlanRequestRespondingViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Errand/PlanRequestRespondingViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Inquiry/InquiryChattingViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Inquiry/InquiryChattingViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Inquiry/InquiryViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Inquiry/InquiryViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Location/SelectLocationViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Location/SelectLocationViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Main/ShowPlanViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Main/ShowPlanViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/MyToDo/AddMyToDoViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/MyToDo/AddMyToDoViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/MyToDo/PersonalPlanChangeViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/MyToDo/PersonalPlanChangeViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/MyToDo/PersonalPlanDetailViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/MyToDo/PersonalPlanDetailViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/PushNotification/NotificationViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/PushNotification/NotificationViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Setting/SettingFeatures/LogoutViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Setting/SettingFeatures/LogoutViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Setting/SettingFeatures/PushNotificationManagementViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Setting/SettingFeatures/PushNotificationManagementViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Setting/SettingFeatures/TagManagementViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Setting/SettingFeatures/TagManagementViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Setting/SettingFeatures/TagSettingViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Setting/SettingFeatures/TagSettingViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Setting/SettingFeatures/WithdrawalViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Setting/SettingFeatures/WithdrawalViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Features/Setting/SettingViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Features/Setting/SettingViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/LogIn/LoginViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/LogIn/LoginViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Modal/CalendarAddModelViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Modal/CalendarAddModelViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Modal/MoreAlarmModelViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Modal/MoreAlarmModelViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Modal/MoreCalendarModalsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Modal/MoreCalendarModalsViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/Modal/TimeAddModalViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/Modal/TimeAddModalViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/ShowPlanViewController 복사본.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/ShowPlanViewController 복사본.swift -------------------------------------------------------------------------------- /EZY/Controllers/ShowPlanViewController 복사본.swift.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/ShowPlanViewController 복사본.swift.zip -------------------------------------------------------------------------------- /EZY/Controllers/SignUp/SignUpNicknameViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/SignUp/SignUpNicknameViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/SignUp/SignUpPasswordViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/SignUp/SignUpPasswordViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/SignUp/SignUpPhoneNumViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/SignUp/SignUpPhoneNumViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/SignUp/SignUpTermsViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/SignUp/SignUpTermsViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/UserInfoChange/AfterLogin/ChangeIdAfterLoginViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/UserInfoChange/AfterLogin/ChangeIdAfterLoginViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/UserInfoChange/AfterLogin/ChangePasswardAfterLoginViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/UserInfoChange/AfterLogin/ChangePasswardAfterLoginViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/UserInfoChange/AfterLogin/ChangePasswardPhoneNumAfterLoginViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/UserInfoChange/AfterLogin/ChangePasswardPhoneNumAfterLoginViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/UserInfoChange/BeforeLogin/NewNicknamePhoneNumViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/UserInfoChange/BeforeLogin/NewNicknamePhoneNumViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/UserInfoChange/BeforeLogin/NewNicknamePutViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/UserInfoChange/BeforeLogin/NewNicknamePutViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/UserInfoChange/BeforeLogin/NewPasswordPhoneNumViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/UserInfoChange/BeforeLogin/NewPasswordPhoneNumViewController.swift -------------------------------------------------------------------------------- /EZY/Controllers/UserInfoChange/BeforeLogin/NewPasswordPutViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Controllers/UserInfoChange/BeforeLogin/NewPasswordPutViewController.swift -------------------------------------------------------------------------------- /EZY/EZY.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/EZY.entitlements -------------------------------------------------------------------------------- /EZY/EZY.xcdatamodeld/.xccurrentversion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/EZY.xcdatamodeld/.xccurrentversion -------------------------------------------------------------------------------- /EZY/EZY.xcdatamodeld/EZY.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/EZY.xcdatamodeld/EZY.xcdatamodel/contents -------------------------------------------------------------------------------- /EZY/Font/Poppins-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-BlackItalic.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-Bold.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-BoldItalic.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-ExtraBold.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-ExtraBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-ExtraBoldItalic.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-ExtraLight.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-Italic.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-Light.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-LightItalic.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-Medium.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-MediumItalic.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-Regular.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-SemiBold.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-Thin.ttf -------------------------------------------------------------------------------- /EZY/Font/Poppins-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Font/Poppins-ThinItalic.ttf -------------------------------------------------------------------------------- /EZY/Header/CalendarView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Header/CalendarView.h -------------------------------------------------------------------------------- /EZY/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Info.plist -------------------------------------------------------------------------------- /EZY/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/LaunchScreen.storyboard -------------------------------------------------------------------------------- /EZY/Models/CollectionViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Models/CollectionViewModel.swift -------------------------------------------------------------------------------- /EZY/Models/DayModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Models/DayModel.swift -------------------------------------------------------------------------------- /EZY/Models/ManageData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Models/ManageData.swift -------------------------------------------------------------------------------- /EZY/Models/ManagementbtnModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Models/ManagementbtnModel.swift -------------------------------------------------------------------------------- /EZY/Models/Model.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Models/Model.swift -------------------------------------------------------------------------------- /EZY/Models/RepeatCollectionViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Models/RepeatCollectionViewModel.swift -------------------------------------------------------------------------------- /EZY/Models/TagCollectionViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Models/TagCollectionViewModel.swift -------------------------------------------------------------------------------- /EZY/Models/TagColorCollectionViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Models/TagColorCollectionViewModel.swift -------------------------------------------------------------------------------- /EZY/Resources/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Resources/AppDelegate.swift -------------------------------------------------------------------------------- /EZY/Resources/GoogleService-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Resources/GoogleService-Info.plist -------------------------------------------------------------------------------- /EZY/Resources/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Resources/LaunchScreen.storyboard -------------------------------------------------------------------------------- /EZY/Resources/SceneDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Resources/SceneDelegate.swift -------------------------------------------------------------------------------- /EZY/Utils/Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Utils/Extension.swift -------------------------------------------------------------------------------- /EZY/ViewModels/SearchViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/ViewModels/SearchViewModel.swift -------------------------------------------------------------------------------- /EZY/ViewModels/ViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/ViewModels/ViewModel.swift -------------------------------------------------------------------------------- /EZY/Views/AddButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/AddButton.swift -------------------------------------------------------------------------------- /EZY/Views/Alert/PlanCompleteModalView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Alert/PlanCompleteModalView.swift -------------------------------------------------------------------------------- /EZY/Views/Alert/PlanDeleteModalView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Alert/PlanDeleteModalView.swift -------------------------------------------------------------------------------- /EZY/Views/Alert/SelectLocationModalView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Alert/SelectLocationModalView.swift -------------------------------------------------------------------------------- /EZY/Views/Alert/TagAddModalView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Alert/TagAddModalView.swift -------------------------------------------------------------------------------- /EZY/Views/Alert/TagDeleteModalView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Alert/TagDeleteModalView.swift -------------------------------------------------------------------------------- /EZY/Views/Alert/WithdrawalModalView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Alert/WithdrawalModalView.swift -------------------------------------------------------------------------------- /EZY/Views/Button/AddScheduleModalBtn .swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Button/AddScheduleModalBtn .swift -------------------------------------------------------------------------------- /EZY/Views/Button/AdditionalButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Button/AdditionalButton.swift -------------------------------------------------------------------------------- /EZY/Views/Button/AlarmManagementButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Button/AlarmManagementButton.swift -------------------------------------------------------------------------------- /EZY/Views/Button/AlertButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Button/AlertButton.swift -------------------------------------------------------------------------------- /EZY/Views/Button/CalendarAlertBtn.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Button/CalendarAlertBtn.swift -------------------------------------------------------------------------------- /EZY/Views/Button/CalendarBtn.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Button/CalendarBtn.swift -------------------------------------------------------------------------------- /EZY/Views/Button/CustomGradientContinueBtnView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Button/CustomGradientContinueBtnView.swift -------------------------------------------------------------------------------- /EZY/Views/Button/CustomGradientLoginBtnView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Button/CustomGradientLoginBtnView.swift -------------------------------------------------------------------------------- /EZY/Views/Button/CustomGradientTermsBtnView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Button/CustomGradientTermsBtnView.swift -------------------------------------------------------------------------------- /EZY/Views/Button/LogoutCustomBtn.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Button/LogoutCustomBtn.swift -------------------------------------------------------------------------------- /EZY/Views/Button/OneAlertButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Button/OneAlertButton.swift -------------------------------------------------------------------------------- /EZY/Views/Button/SwitchBtn.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/Button/SwitchBtn.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/AlarmSettingCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/AlarmSettingCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/CalendarCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/CalendarCollectionViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/DayCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/DayCollectionViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/ErrandPeopoleChooseAfterCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/ErrandPeopoleChooseAfterCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/GroupAddCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/GroupAddCollectionViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/GroupCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/GroupCollectionViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/PersonalPlanAddRepeatDayCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/PersonalPlanAddRepeatDayCollectionViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/PersonalPlanDetailRepeatDayCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/PersonalPlanDetailRepeatDayCollectionViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/RecommendedTagCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/RecommendedTagCollectionViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/ScheduleTypeCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/ScheduleTypeCollectionViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/TagCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/TagCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/TagCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/TagCollectionViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/TagColorCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/TagColorCollectionViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/WhatAboutPeopleLikeThisCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/WhatAboutPeopleLikeThisCell.swift -------------------------------------------------------------------------------- /EZY/Views/CollectionViewCells/selectedMemberCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/CollectionViewCells/selectedMemberCollectionViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/SwitchButton.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/SwitchButton.swift -------------------------------------------------------------------------------- /EZY/Views/TableViewCells/CustomManagePushNotificationCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/TableViewCells/CustomManagePushNotificationCell.swift -------------------------------------------------------------------------------- /EZY/Views/TableViewCells/EndTimeTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/TableViewCells/EndTimeTableViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/TableViewCells/LocationTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/TableViewCells/LocationTableViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/TableViewCells/NotificationTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/TableViewCells/NotificationTableViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/TableViewCells/ScheduleTimeTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/TableViewCells/ScheduleTimeTableViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/TableViewCells/SettingTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/TableViewCells/SettingTableViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/TableViewCells/StartTimeTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/TableViewCells/StartTimeTableViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/TableViewCells/TagTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/TableViewCells/TagTableViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/TableViewCells/questionTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/TableViewCells/questionTableViewCell.swift -------------------------------------------------------------------------------- /EZY/Views/View/CalendarView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/CalendarView.swift -------------------------------------------------------------------------------- /EZY/Views/View/CalendarViewLayout.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/CalendarViewLayout.swift -------------------------------------------------------------------------------- /EZY/Views/View/CustomData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/CustomData.swift -------------------------------------------------------------------------------- /EZY/Views/View/DeleteModalView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/DeleteModalView.swift -------------------------------------------------------------------------------- /EZY/Views/View/ExplanationContainerTextView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/ExplanationContainerTextView.swift -------------------------------------------------------------------------------- /EZY/Views/View/GroupAddModalView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/GroupAddModalView.swift -------------------------------------------------------------------------------- /EZY/Views/View/GroupModifyDeleteModalView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/GroupModifyDeleteModalView.swift -------------------------------------------------------------------------------- /EZY/Views/View/InquiryReceiveChattingBoxView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/InquiryReceiveChattingBoxView.swift -------------------------------------------------------------------------------- /EZY/Views/View/InquirySendChattingBoxView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/InquirySendChattingBoxView.swift -------------------------------------------------------------------------------- /EZY/Views/View/LoginTextFieldContainerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/LoginTextFieldContainerView.swift -------------------------------------------------------------------------------- /EZY/Views/View/NotificationTableView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/NotificationTableView.swift -------------------------------------------------------------------------------- /EZY/Views/View/PickerView/AlarmDatePickerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/PickerView/AlarmDatePickerView.swift -------------------------------------------------------------------------------- /EZY/Views/View/SearchResultsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/SearchResultsView.swift -------------------------------------------------------------------------------- /EZY/Views/View/SendUser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/SendUser.swift -------------------------------------------------------------------------------- /EZY/Views/View/SignUpTextFieldContainerView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/SignUpTextFieldContainerView.swift -------------------------------------------------------------------------------- /EZY/Views/View/TextField/ErrandInputContainterTextField.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/TextField/ErrandInputContainterTextField.swift -------------------------------------------------------------------------------- /EZY/Views/View/TextField/GroupSearchTextfield.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/TextField/GroupSearchTextfield.swift -------------------------------------------------------------------------------- /EZY/Views/View/TitleContainerTextFieldView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/TitleContainerTextFieldView.swift -------------------------------------------------------------------------------- /EZY/Views/View/TopBarView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/TopBarView.swift -------------------------------------------------------------------------------- /EZY/Views/View/TopView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/TopView.swift -------------------------------------------------------------------------------- /EZY/Views/View/WhiteBackgroundView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/WhiteBackgroundView.swift -------------------------------------------------------------------------------- /EZY/Views/View/inputContainerErrandTextView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/View/inputContainerErrandTextView.swift -------------------------------------------------------------------------------- /EZY/Views/inputContainerTextFieldView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/EZY/Views/inputContainerTextFieldView.swift -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/Podfile -------------------------------------------------------------------------------- /Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/Podfile.lock -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/README.md -------------------------------------------------------------------------------- /READMEData/EZY.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neulsom-EZY/EZY-ios/HEAD/READMEData/EZY.svg --------------------------------------------------------------------------------