├── .gitignore ├── .ipynb_checkpoints ├── Untitled-checkpoint.ipynb └── 딥러닝 스터디 1주차-checkpoint.ipynb ├── Bolts.framework ├── Bolts ├── Headers │ ├── BFAppLink.h │ ├── BFAppLinkNavigation.h │ ├── BFAppLinkResolving.h │ ├── BFAppLinkReturnToRefererController.h │ ├── BFAppLinkReturnToRefererView.h │ ├── BFAppLinkTarget.h │ ├── BFCancellationToken.h │ ├── BFCancellationTokenRegistration.h │ ├── BFCancellationTokenSource.h │ ├── BFExecutor.h │ ├── BFGeneric.h │ ├── BFMeasurementEvent.h │ ├── BFTask.h │ ├── BFTaskCompletionSource.h │ ├── BFURL.h │ ├── BFWebViewAppLinkResolver.h │ └── Bolts.h ├── Info.plist └── Modules │ └── module.modulemap ├── FBSDKCoreKit.framework ├── FBSDKCoreKit ├── Headers │ ├── FBSDKAccessToken.h │ ├── FBSDKAppEvents.h │ ├── FBSDKAppLink.h │ ├── FBSDKAppLinkNavigation.h │ ├── FBSDKAppLinkResolver.h │ ├── FBSDKAppLinkResolving.h │ ├── FBSDKAppLinkReturnToRefererController.h │ ├── FBSDKAppLinkReturnToRefererView.h │ ├── FBSDKAppLinkTarget.h │ ├── FBSDKAppLinkUtility.h │ ├── FBSDKApplicationDelegate.h │ ├── FBSDKButton.h │ ├── FBSDKConstants.h │ ├── FBSDKCopying.h │ ├── FBSDKCoreKit.h │ ├── FBSDKGraphErrorRecoveryProcessor.h │ ├── FBSDKGraphRequest.h │ ├── FBSDKGraphRequestConnection.h │ ├── FBSDKGraphRequestDataAttachment.h │ ├── FBSDKMacros.h │ ├── FBSDKMeasurementEvent.h │ ├── FBSDKMutableCopying.h │ ├── FBSDKProfile.h │ ├── FBSDKProfilePictureView.h │ ├── FBSDKSettings.h │ ├── FBSDKTestUsersManager.h │ ├── FBSDKURL.h │ ├── FBSDKUtility.h │ └── FBSDKWebViewAppLinkResolver.h ├── Info.plist └── Modules │ └── module.modulemap ├── FBSDKLoginKit.framework ├── FBSDKLoginKit ├── Headers │ ├── FBSDKDeviceLoginCodeInfo.h │ ├── FBSDKDeviceLoginManager.h │ ├── FBSDKDeviceLoginManagerResult.h │ ├── FBSDKLoginButton.h │ ├── FBSDKLoginConstants.h │ ├── FBSDKLoginKit.h │ ├── FBSDKLoginManager.h │ ├── FBSDKLoginManagerLoginResult.h │ ├── FBSDKLoginTooltipView.h │ └── FBSDKTooltipView.h ├── Info.plist └── Modules │ └── module.modulemap ├── FBSDKShareKit.framework ├── FBSDKShareKit ├── Headers │ ├── FBSDKAppGroupAddDialog.h │ ├── FBSDKAppGroupContent.h │ ├── FBSDKAppGroupJoinDialog.h │ ├── FBSDKAppInviteContent.h │ ├── FBSDKAppInviteDialog.h │ ├── FBSDKCameraEffectArguments.h │ ├── FBSDKCameraEffectTextures.h │ ├── FBSDKGameRequestContent.h │ ├── FBSDKGameRequestDialog.h │ ├── FBSDKHashtag.h │ ├── FBSDKLikeButton.h │ ├── FBSDKLikeControl.h │ ├── FBSDKLikeObjectType.h │ ├── FBSDKLiking.h │ ├── FBSDKMessageDialog.h │ ├── FBSDKSendButton.h │ ├── FBSDKShareAPI.h │ ├── FBSDKShareButton.h │ ├── FBSDKShareCameraEffectContent.h │ ├── FBSDKShareConstants.h │ ├── FBSDKShareDialog.h │ ├── FBSDKShareDialogMode.h │ ├── FBSDKShareKit.h │ ├── FBSDKShareLinkContent.h │ ├── FBSDKShareMediaContent.h │ ├── FBSDKShareMessengerActionButton.h │ ├── FBSDKShareMessengerGenericTemplateContent.h │ ├── FBSDKShareMessengerGenericTemplateElement.h │ ├── FBSDKShareMessengerMediaTemplateContent.h │ ├── FBSDKShareMessengerOpenGraphMusicTemplateContent.h │ ├── FBSDKShareMessengerURLActionButton.h │ ├── FBSDKShareOpenGraphAction.h │ ├── FBSDKShareOpenGraphContent.h │ ├── FBSDKShareOpenGraphObject.h │ ├── FBSDKShareOpenGraphValueContainer.h │ ├── FBSDKSharePhoto.h │ ├── FBSDKSharePhotoContent.h │ ├── FBSDKShareVideo.h │ ├── FBSDKShareVideoContent.h │ ├── FBSDKSharing.h │ ├── FBSDKSharingButton.h │ ├── FBSDKSharingContent.h │ ├── FBSDKSharingScheme.h │ └── FBSDKSharingValidation.h ├── Info.plist └── Modules │ └── module.modulemap ├── KakaoCommon.framework ├── Headers │ ├── KCMAgent.h │ ├── KCMConfiguration.h │ ├── KCMError.h │ ├── KCMException.h │ ├── KCMUtils.h │ └── KakaoCommon.h ├── Info.plist ├── KakaoCommon └── Modules │ └── module.modulemap ├── KakaoLink.framework ├── Headers │ ├── KLKError.h │ ├── KLKImageStorage.h │ ├── KLKTalkLinkCenter.h │ ├── KLKTalkLinkCore.h │ └── KakaoLink.h ├── Info.plist ├── KakaoLink └── Modules │ └── module.modulemap ├── KakaoMessageTemplate.framework ├── Headers │ ├── KMTButtonObject.h │ ├── KMTCommerceObject.h │ ├── KMTCommerceTemplate.h │ ├── KMTContentObject.h │ ├── KMTFeedTemplate.h │ ├── KMTLinkObject.h │ ├── KMTListTemplate.h │ ├── KMTLocationTemplate.h │ ├── KMTParamObject.h │ ├── KMTSocialObject.h │ ├── KMTTemplate.h │ ├── KMTTextTemplate.h │ └── KakaoMessageTemplate.h ├── Info.plist ├── KakaoMessageTemplate └── Modules │ └── module.modulemap ├── KakaoOpenSDK.framework ├── Headers │ ├── KOAccessTokenInfo.h │ ├── KOAgeAuthQueryStringBuilder.h │ ├── KOAppFriend.h │ ├── KOBaseContext.h │ ├── KOChat.h │ ├── KOChatContext.h │ ├── KOChatMember.h │ ├── KOError.h │ ├── KOFriend.h │ ├── KOFriendContext.h │ ├── KOFriendOperation.h │ ├── KOHTTPMethod.h │ ├── KOImages.h │ ├── KOLoginButton.h │ ├── KOPushTokenInfo.h │ ├── KOSession.h │ ├── KOSessionTask+AgeAuthAPI.h │ ├── KOSessionTask+AppFriendAPI.h │ ├── KOSessionTask+FriendAPI.h │ ├── KOSessionTask+PushAPI.h │ ├── KOSessionTask+StoryAPI.h │ ├── KOSessionTask+TalkAPI.h │ ├── KOSessionTask+TokenAPI.h │ ├── KOSessionTask+UserManagementAPI.h │ ├── KOSessionTask.h │ ├── KOStoryActorInfo.h │ ├── KOStoryCommentInfo.h │ ├── KOStoryLikeInfo.h │ ├── KOStoryLinkInfo.h │ ├── KOStoryMyStoryImageInfo.h │ ├── KOStoryMyStoryInfo.h │ ├── KOStoryPostInfo.h │ ├── KOStoryProfile.h │ ├── KOTalkMessageSending.h │ ├── KOTalkProfile.h │ ├── KOToken.h │ ├── KOUser.h │ ├── KOUserInfo.h │ ├── KOUserMe.h │ ├── KOUtils.h │ ├── KakaoOpenSDK.h │ ├── KakaoPushMessageObject.h │ ├── KakaoPushMessagePropertyForApns.h │ └── KakaoPushMessagePropertyForGcm.h ├── Info.plist ├── KakaoOpenSDK └── Modules │ └── module.modulemap ├── Podfile ├── Podfile.lock ├── README.assets └── image-20190402214120224.png ├── README.md ├── SsgSag.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ │ ├── IDEWorkspaceChecks.plist │ │ └── WorkspaceSettings.xcsettings │ └── xcuserdata │ │ ├── admin.xcuserdatad │ │ └── UserInterfaceState.xcuserstate │ │ └── momo.xcuserdatad │ │ └── UserInterfaceState.xcuserstate ├── xcshareddata │ └── xcschemes │ │ ├── (DEV)SsgSag.xcscheme │ │ └── SsgSag.xcscheme └── xcuserdata │ ├── admin.xcuserdatad │ ├── xcdebugger │ │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ │ └── xcschememanagement.plist │ └── momo.xcuserdatad │ └── xcschemes │ └── xcschememanagement.plist ├── SsgSag.xcworkspace ├── contents.xcworkspacedata └── xcshareddata │ ├── IDEWorkspaceChecks.plist │ └── WorkspaceSettings.xcsettings ├── SsgSag ├── DependencyContainer │ ├── DependencyContainer.swift │ └── DependencyPool.swift ├── GlobalExtensions │ ├── Array+.swift │ ├── Category.swift │ ├── DateFormatter.swift │ ├── Extension.swift │ ├── String+.swift │ └── UserDefaults+.swift ├── Helper │ ├── ClientKey.swift │ ├── DataResponse.swift │ ├── DateCaculate.swift │ ├── GradientView.swift │ ├── HttpStatusCode.swift │ ├── KeyboardService.swift │ ├── NotificationName.swift │ ├── RequestURL.swift │ ├── StoryBoardName.swift │ ├── TokenName.swift │ ├── UIDevice.swift │ ├── UnivName.swift │ ├── UserDefaultsName.swift │ ├── ViewControllerIdentifier.swift │ └── WeekDays.swift ├── Network │ ├── ImageLoader │ │ └── ImageNetworkManager.swift │ ├── Models │ │ ├── HTTPMethod.swift │ │ ├── Poster │ │ │ └── PosterToday.swift │ │ └── UserAPI.swift │ ├── NetProtocol │ │ ├── NetworkProtocol.swift │ │ ├── RequestMakerProtocol.swift │ │ └── URLSessionProtocol.swift │ ├── Network.swift │ ├── NetworkManager.swift │ ├── RequestMaker.swift │ └── Services │ │ ├── ServiceImplementations │ │ ├── ActivityServiceImp.swift │ │ ├── CalendarServiceImp.swift │ │ ├── CommentServiceImp.swift │ │ ├── FeedServiceImp.swift │ │ ├── InterestServiceImp.swift │ │ ├── LoginServiceImp.swift │ │ ├── MockServiceImp.swift │ │ ├── MypageServiceImp.swift │ │ ├── NoticeServiceImp.swift │ │ ├── NotificationName.swift │ │ ├── PosterServiceImp.swift │ │ ├── SignupServiceImp.swift │ │ ├── StoryBoardName.swift │ │ ├── SwipeVC │ │ │ └── RequestURL.swift │ │ ├── TapbarServiceImp.swift │ │ ├── TokenName.swift │ │ ├── UserDefaultsName.swift │ │ └── ViewControllerIdentifier.swift │ │ └── ServiceProtocols │ │ ├── ActicityServiceProtocol.swift │ │ ├── CalendarServiceProtocol.swift │ │ ├── CommentServiceProtocol.swift │ │ ├── FeedServiceProtocol.swift │ │ ├── InterestServiceProtocol.swift │ │ ├── LoginServiceProtocol.swift │ │ ├── MockFeedServiceImp.swift │ │ ├── MyPageServiceProtocol.swift │ │ ├── NoticeServiceProtocol.swift │ │ ├── PosterSerivceProtocol.swift │ │ ├── SignUpServiceProtocol.swift │ │ └── TabbarServiceProtocol.swift ├── Screens │ ├── Calendar │ │ ├── Extensions │ │ │ ├── CalendarColor.swift │ │ │ ├── CalendarView + extension.swift │ │ │ └── DetailInfoButtonsView.swift │ │ ├── Models │ │ │ ├── AllTodoList.swift │ │ │ ├── BasicResponse.swift │ │ │ ├── CalendarData.swift │ │ │ └── NewCalendar │ │ │ │ ├── VACalendar.swift │ │ │ │ ├── VACalendarMonthDelegate.swift │ │ │ │ ├── VACalendarView.swift │ │ │ │ ├── VADay.swift │ │ │ │ ├── VADayView.swift │ │ │ │ ├── VADotView.swift │ │ │ │ ├── VAFormatters.swift │ │ │ │ ├── VAMonth.swift │ │ │ │ ├── VAMonthHeaderView.swift │ │ │ │ ├── VAMonthView.swift │ │ │ │ ├── VAWeek.swift │ │ │ │ ├── VAWeekDaysView.swift │ │ │ │ └── VAWeekView.swift │ │ └── Views │ │ │ ├── CalendarListViewController.swift │ │ │ ├── CategoryCollectionViewDataSource.swift │ │ │ ├── Cell │ │ │ ├── AllAndFavoriteCollectionReusableView.swift │ │ │ ├── AllAndFavoriteCollectionReusableView.xib │ │ │ ├── CalendarList │ │ │ │ ├── CalendarListCollectionViewCell.swift │ │ │ │ ├── CalendarListCollectionViewCell.xib │ │ │ │ ├── ListDateSperateCollectionReusableView.swift │ │ │ │ └── ListDateSperateCollectionReusableView.xib │ │ │ ├── CateogoryCollectionViewCell.swift │ │ │ ├── DayTodo │ │ │ │ ├── DetailTodoListTableViewCell.swift │ │ │ │ ├── DetailTodoListTableViewCell.xib │ │ │ │ ├── NoTodoHeaderView.swift │ │ │ │ ├── NoTodoTableViewCell.swift │ │ │ │ ├── NoTodoTableViewCell.xib │ │ │ │ ├── TodoListCollectionViewCell.swift │ │ │ │ └── TodoListCollectionViewCell.xib │ │ │ ├── PieChartView.swift │ │ │ ├── PosterDetail │ │ │ │ ├── AnalysticsCollectionViewCell.swift │ │ │ │ ├── AnalysticsCollectionViewCell.xib │ │ │ │ ├── CommentCollectionViewCell.swift │ │ │ │ ├── CommentCollectionViewCell.xib │ │ │ │ ├── DateCollectionViewCell.swift │ │ │ │ ├── DateCollectionViewCell.xib │ │ │ │ ├── DetailImageCollectionViewCell.swift │ │ │ │ ├── DetailImageCollectionViewCell.xib │ │ │ │ ├── DetailInfoCollectionViewCell.swift │ │ │ │ ├── DetailInfoCollectionViewCell.xib │ │ │ │ ├── HideAnalyticsCommentsCollectionViewCell.swift │ │ │ │ ├── HideAnalyticsCommentsCollectionViewCell.xib │ │ │ │ ├── NoCommentCollectionViewCell.swift │ │ │ │ ├── NoCommentCollectionViewCell.xib │ │ │ │ ├── PosterHeaderCollectionReusableView.swift │ │ │ │ ├── PosterHeaderCollectionReusableView.xib │ │ │ │ ├── SeeMoreCollectionReusableView.swift │ │ │ │ ├── SeeMoreCollectionReusableView.xib │ │ │ │ └── SeperateCollectionReusableView.swift │ │ │ └── TempCollectionReusableView.swift │ │ │ ├── DayTodoViewController.swift │ │ │ ├── DetailImageViewController.swift │ │ │ ├── DetailInfoViewController.swift │ │ │ ├── ListCollectionViewDataSource.swift │ │ │ ├── NewCalendarVC.swift │ │ │ ├── Storyboards │ │ │ ├── Calendar.storyboard │ │ │ └── newCalendarStoryboard.storyboard │ │ │ └── ZoomPosterImageVC.swift │ ├── CoachMark │ │ ├── FirstCoachmarkViewController.swift │ │ ├── Models │ │ │ └── CoachMarkType.swift │ │ └── ViewModels │ │ │ └── CoachMarkViewModel.swift │ ├── Feed │ │ ├── Models │ │ │ └── Feed.swift │ │ ├── Services │ │ │ ├── FeedServiceTypeImp.swift │ │ │ └── Protocols │ │ │ │ └── FeedServiceProtocolType.swift │ │ ├── ViewModels │ │ │ ├── FeedPageViewModel.swift │ │ │ ├── FeedViewModel.swift │ │ │ └── NewsCellViewModel.swift │ │ └── Views │ │ │ ├── ArticleViewController.swift │ │ │ ├── Cell │ │ │ ├── BoardCollectionViewCell.swift │ │ │ ├── BoardPostCollectionViewCell.swift │ │ │ ├── BoardPostCollectionViewCell.xib │ │ │ ├── EmptyScrapCollectionViewCell.swift │ │ │ ├── FeedPageCollectionViewCell.swift │ │ │ ├── FeedSafeEmptyCollectionViewCell.swift │ │ │ ├── FeedTabCollectionViewCell.swift │ │ │ ├── MenuCollectionViewCell.swift │ │ │ ├── NewsCollectionViewCell.swift │ │ │ └── NewsCollectionViewCell.xib │ │ │ ├── FeedVC.swift │ │ │ ├── FeedViewController.swift │ │ │ ├── MenuBar.swift │ │ │ ├── ScrapViewController.swift │ │ │ └── Storyboards │ │ │ └── FeedStoryBoard.storyboard │ ├── Intro │ │ ├── Models │ │ │ └── IntroPage.swift │ │ ├── ViewModels │ │ │ ├── IntroPageCellViewModel.swift │ │ │ └── IntroPageViewModel.swift │ │ └── Views │ │ │ ├── Cells │ │ │ └── IntroPageCollectionViewCell.swift │ │ │ ├── IntroPageViewController.swift │ │ │ └── Storyboard │ │ │ └── IntroStoryboard.storyboard │ ├── Login │ │ ├── Extensions │ │ │ └── FormTextField.swift │ │ ├── Models │ │ │ ├── LoginStruct.swift │ │ │ └── TokenResponse.swift │ │ └── Views │ │ │ ├── FindPasswordViewController.swift │ │ │ ├── LoginVC.swift │ │ │ ├── SplashViewController.swift │ │ │ └── Storyboards │ │ │ └── LoginStoryBoard.storyboard │ ├── Main │ │ ├── TotalInformation │ │ │ ├── Models │ │ │ │ └── TotalInformation.swift │ │ │ ├── Reactors │ │ │ │ ├── Cells │ │ │ │ │ ├── TotalInformationCollectionViewCellReactor.swift │ │ │ │ │ └── TotalInformationTableViewCellReactor.swift │ │ │ │ └── TotalInformationReactor.swift │ │ │ ├── Services │ │ │ │ └── TotalInformationService.swift │ │ │ └── Views │ │ │ │ ├── Cells │ │ │ │ ├── TotalInformationCollectionViewCell.swift │ │ │ │ └── TotalInformationTableViewCell.swift │ │ │ │ └── TotalInformationViewController.swift │ │ └── Views │ │ │ ├── MainViewNavigationController.swift │ │ │ └── Storyboards │ │ │ ├── MainNavigationBarCenterButtonView.swift │ │ │ ├── MainNavigationBarCenterButtonView.xib │ │ │ └── MainViewStoryboard.storyboard │ ├── MyPage │ │ ├── AccountSettingViewController + UICollectionView.swift │ │ ├── AccountSettingViewController.swift │ │ ├── Career │ │ │ ├── AddActivityVC.swift │ │ │ ├── AddCertificationVC.swift │ │ │ ├── AddVC.swift │ │ │ ├── CareerVC + CollectionView.swift │ │ │ ├── CareerVC + TableView.swift │ │ │ ├── CareerVC.swift │ │ │ ├── DatePickerPopUpVC.swift │ │ │ ├── InterestBoardViewController.swift │ │ │ ├── JobVC.swift │ │ │ ├── MyPageViewController.swift │ │ │ └── PreferenceVC.swift │ │ ├── ChangePasswordViewController.swift │ │ ├── InternFilterViewController.swift │ │ ├── LogoutViewController.swift │ │ ├── MembershipCancelViewController.swift │ │ ├── Models │ │ │ ├── Career.swift │ │ │ ├── Interests.swift │ │ │ ├── JSONNull.swift │ │ │ ├── Notice.swift │ │ │ └── UserNetworkModel.swift │ │ ├── MyClubComment │ │ │ ├── Models │ │ │ │ └── MyClubComment.swift │ │ │ ├── Services │ │ │ │ ├── MockMyClubService.swift │ │ │ │ ├── MyClubService.swift │ │ │ │ └── MyClubServiceProtocol.swift │ │ │ ├── ViewModels │ │ │ │ ├── MyClubCellViewModel.swift │ │ │ │ └── MyClubViewModel.swift │ │ │ └── Views │ │ │ │ ├── MyClubCommentsViewController.swift │ │ │ │ └── MyClubTableViewCell.swift │ │ ├── MyFilterSetting │ │ │ ├── Model │ │ │ │ └── MyFilterModels.swift │ │ │ ├── MyFilterSettingViewReactor.swift │ │ │ ├── Reactors │ │ │ │ └── MyFilterButtonCollectionViewCellReactor │ │ │ │ │ └── MyFilterButtonCollectionViewCellReactor.swift │ │ │ ├── Service │ │ │ │ ├── MyFilterApiService.swift │ │ │ │ └── UserInfoService.swift │ │ │ └── Views │ │ │ │ ├── MyFilterCells │ │ │ │ ├── MyFilterButtonCollectionViewCell.swift │ │ │ │ ├── MyFilterCollectionReusableView.swift │ │ │ │ ├── MyFilterCollectionReusableView.xib │ │ │ │ └── MyFilterFooterCollectionReusableView │ │ │ │ │ ├── MyFilterFooterCollectionReusableView.swift │ │ │ │ │ └── MyFilterFooterCollectionReusableView.xib │ │ │ │ ├── MyFilterSettingViewController.swift │ │ │ │ └── SizeLayout │ │ │ │ ├── LeftAlignedFlowLayout.swift │ │ │ │ └── MyFilterSizeLayout.swift │ │ ├── MyPageStoryBoard.storyboard │ │ ├── NotifiCation │ │ │ ├── AppInfoViewController.swift │ │ │ ├── InquireViewController.swift │ │ │ ├── NotificationInfoTableViewController.swift │ │ │ ├── OSLViewController.swift │ │ │ ├── PostViewController.swift │ │ │ ├── PrivateProtectViewController.swift │ │ │ ├── PushAlarmTableViewController.swift │ │ │ ├── ServiceInfoViewController.swift │ │ │ └── TermsOfServiceViewController.swift │ │ ├── Views │ │ │ ├── Cell │ │ │ │ ├── ActivityCell.swift │ │ │ │ ├── ActivityCell.xib │ │ │ │ ├── CertificationCell.xib │ │ │ │ ├── CustomCareerCell.swift │ │ │ │ ├── CustomCareerCell.xib │ │ │ │ ├── GradeCollectionViewCell.swift │ │ │ │ ├── GradeCollectionViewCell.xib │ │ │ │ ├── InterestBoardTableViewCell.swift │ │ │ │ ├── InterestBoardTableViewCell.xib │ │ │ │ ├── NonActivityCell.swift │ │ │ │ ├── OSLTableViewCell.swift │ │ │ │ ├── OSLTableViewCell.xib │ │ │ │ ├── PostTableViewCell.swift │ │ │ │ ├── PrizeCell.xib │ │ │ │ ├── ServiceInfoTableViewCell.swift │ │ │ │ ├── SettingMenuCollectionViewCell.swift │ │ │ │ ├── SettingMenuCollectionViewCell.xib │ │ │ │ ├── SettingProfileImageCollectionReusableView.swift │ │ │ │ ├── SettingProfileImageCollectionReusableView.xib │ │ │ │ ├── SettingTextFieldCollectionViewCell.swift │ │ │ │ ├── SettingTextFieldCollectionViewCell.xib │ │ │ │ ├── StudentNumberCollectionViewCell.swift │ │ │ │ ├── StudentNumberCollectionViewCell.xib │ │ │ │ ├── UnivCollectionViewCell.swift │ │ │ │ ├── UnivCollectionViewCell.xib │ │ │ │ ├── myPageMenuTableViewCell.swift │ │ │ │ ├── myPageMenuTableViewCell.xib │ │ │ │ ├── myPageTableViewCell.swift │ │ │ │ └── myPageTableViewCell.xib │ │ │ └── MyPage │ │ │ │ └── InterestPartVC.swift │ │ └── bt_save_round.json │ ├── Review │ │ ├── Models │ │ │ ├── Blog.swift │ │ │ ├── CategoryView.swift │ │ │ ├── Club.swift │ │ │ ├── ClubActInfoModel.swift │ │ │ ├── ClubRegisterModel.swift │ │ │ ├── ResponseModel.swift │ │ │ ├── Review.swift │ │ │ ├── ReviewTabCellModel.swift │ │ │ └── UnivListModel.swift │ │ ├── Services │ │ │ ├── ClubService.swift │ │ │ ├── Protocol │ │ │ │ ├── ClubServiceProtocol.swift │ │ │ │ └── ReviewServiceProtocol.swift │ │ │ ├── ReviewService.swift │ │ │ └── UnivService.swift │ │ ├── ViewModels │ │ │ ├── ClubDetailViewModel.swift │ │ │ ├── ClubEditViewModel.swift │ │ │ ├── ClubRegisterOneStepViewModel.swift │ │ │ ├── ClubRegisterThreeStepViewModel.swift │ │ │ ├── ClubRegisterTwoStepViewModel.swift │ │ │ ├── ReviewEditViewModel.swift │ │ │ ├── ReviewSearchViewModel.swift │ │ │ ├── SimpleReviewViewModel.swift │ │ │ └── StarRatingViewModel.swift │ │ └── Views │ │ │ ├── Cell │ │ │ ├── ActLocationTableViewCell.swift │ │ │ ├── BlogReviewTableViewCell.swift │ │ │ ├── BlogReviewTableViewCell.xib │ │ │ ├── ClubCategoryCollectionViewCell.swift │ │ │ ├── ClubInfoDetailPhotoCollectionViewCell.swift │ │ │ ├── ClubInfoDetailPhotoCollectionViewCell.xib │ │ │ ├── ClubListTableViewCell.swift │ │ │ ├── ClubPhotoCollectionViewCell.swift │ │ │ ├── InputCategoryCollectionViewCell.swift │ │ │ ├── InputCategoryCollectionViewCell.xib │ │ │ ├── MoreReviewTopLabelTableViewCell.swift │ │ │ ├── NormalReviewTableViewCell.swift │ │ │ ├── RegisterCategoryCollectionViewCell.swift │ │ │ ├── RegisterCategoryCollectionViewCell.xib │ │ │ ├── RegisterPhotoCollectionViewCell.swift │ │ │ ├── RegisterPhotoCollectionViewCell.xib │ │ │ ├── ReviewPageCollectionViewCell.swift │ │ │ ├── ReviewSearchTableViewCell.swift │ │ │ ├── ReviewSearchTableViewCell.xib │ │ │ ├── SsgSagReviewTableViewCell.swift │ │ │ └── SsgSagReviewTableViewCell.xib │ │ │ ├── ClubDetail │ │ │ ├── ClubDetailViewController.swift │ │ │ ├── ClubInfoDetailPhotoViewController.swift │ │ │ ├── ClubInfoViewController.swift │ │ │ ├── ClubPageViewController.swift │ │ │ ├── ClubReviewViewController.swift │ │ │ └── MoreReviewViewController.swift │ │ │ ├── ClubEditViewController.swift │ │ │ ├── ClubList │ │ │ ├── ClubSchoolListViewController.swift │ │ │ ├── ClubUnionListViewController.swift │ │ │ ├── ReviewMainViewController.swift │ │ │ ├── ReviewPageViewController.swift │ │ │ ├── ReviewScorePopUpViewController.swift │ │ │ └── ReviewSearchViewController.swift │ │ │ ├── EventViewController.swift │ │ │ ├── Extension │ │ │ ├── ClubDetailVC+Extension.swift │ │ │ ├── ClubInfoVC+Extension.swift │ │ │ ├── ClubListVC+Extension.swift │ │ │ ├── ClubReviewVC+Extension.swift │ │ │ ├── MoreReviewVC+Extension.swift │ │ │ ├── ReviewMainVC+Extension.swift │ │ │ └── String+Extension.swift │ │ │ ├── Protocol │ │ │ ├── ClubListSelectDelgate.swift │ │ │ └── ReviewPageDelegate.swift │ │ │ ├── Register │ │ │ ├── ClubActInfoAlertViewController.swift │ │ │ ├── ClubManagerRegisterOneStepViewController.swift │ │ │ ├── ClubManagerRegisterThreeStepViewController.swift │ │ │ ├── ClubManagerRegisterTwoStepViewController.swift │ │ │ ├── ClubRegisterAlertViewController.swift │ │ │ ├── CompleteViewController.swift │ │ │ ├── FoundClubViewController.swift │ │ │ ├── InputUserClubInfoViewController.swift │ │ │ ├── NoClubManagerViewController.swift │ │ │ ├── NotFoundClubViewController.swift │ │ │ ├── RegisterBlogReviewViewController.swift │ │ │ ├── ReviewPrepareViewController.swift │ │ │ ├── SelectClubManagerViewController.swift │ │ │ ├── SelectClubTypeViewController.swift │ │ │ ├── SimpleReviewViewController.swift │ │ │ └── StarRatingViewController.swift │ │ │ ├── ReportReviewViewController.swift │ │ │ ├── ReviewEditViewController.swift │ │ │ └── StoryBoard │ │ │ ├── Review.storyboard │ │ │ └── ReviewEvent.storyboard │ ├── Signup │ │ ├── Models │ │ │ ├── EmailValidate.swift │ │ │ ├── SignUp.swift │ │ │ └── TempPassword.swift │ │ └── Views │ │ │ ├── ConfirmProfileVC.swift │ │ │ ├── SchoolInfoVC.swift │ │ │ ├── SignupCompleteVC.swift │ │ │ ├── Storyboards │ │ │ ├── SignupStoryBoard.storyboard │ │ │ └── majorListByUniv.json │ │ │ └── UserInfoVC.swift │ ├── Splash │ │ ├── Storyboards │ │ │ ├── Launch Screen.storyboard │ │ │ └── Splash.storyboard │ │ └── Views │ │ │ ├── SplashVC.swift │ │ │ └── splash.json │ ├── Swipe │ │ ├── Models │ │ │ ├── Column.swift │ │ │ ├── DayTodoList.swift │ │ │ ├── MonthTodoList.swift │ │ │ ├── PosterAfterSwipe.swift │ │ │ ├── PosterData.swift │ │ │ ├── PosterDetail.swift │ │ │ ├── Posters.swift │ │ │ ├── SortType.swift │ │ │ └── networkData.swift │ │ ├── SavedPoster │ │ │ ├── Models │ │ │ │ └── MockPosterStorage.swift │ │ │ ├── ViewModels │ │ │ │ ├── SavedPosterCellViewModel.swift │ │ │ │ └── SavedPosterViewModel.swift │ │ │ └── Views │ │ │ │ ├── SavedPosterCollectionReusableView.swift │ │ │ │ ├── SavedPosterFooterCollectionReusableView.swift │ │ │ │ └── SavedPosterViewController.swift │ │ └── Views │ │ │ ├── Cell │ │ │ ├── AllPosterListCollectionViewCell.swift │ │ │ ├── AllPosterListCollectionViewCell.xib │ │ │ ├── NoPosterCollectionViewCell.swift │ │ │ ├── NoPosterCollectionViewCell.xib │ │ │ ├── PosterListCategoryCollectionViewCell.swift │ │ │ └── PosterListCategoryCollectionViewCell.xib │ │ │ ├── DetailImageSwipeCard.swift │ │ │ ├── DetailNewTextSwipeCard.swift │ │ │ ├── DetailTextSwipeCard.swift │ │ │ ├── Extensions │ │ │ └── SwipeCard.swift │ │ │ ├── PageViewController.swift │ │ │ ├── PosterList │ │ │ ├── AllPostersListViewController.swift │ │ │ ├── Storyboards │ │ │ │ ├── PosterListCategoryView.swift │ │ │ │ └── PosterListCategoryView.xib │ │ │ └── ViewModels │ │ │ │ ├── PosterListCategoryCollectionViewCellViewModel.swift │ │ │ │ ├── PosterListCategoryViewModel.swift │ │ │ │ └── PosterListViewModel.swift │ │ │ ├── Storyboards │ │ │ ├── SwipeStoryBoard.storyboard │ │ │ └── main_empty_hifive.json │ │ │ ├── SwipeVC.swift │ │ │ └── ZoomPosterVC.swift │ └── TabBar │ │ ├── Models │ │ └── ServerUpdateResponse.swift │ │ └── Views │ │ └── TabBarViewController.swift ├── Support │ ├── .gitignore │ ├── AppDelegate.swift │ ├── Assets.xcassets │ │ ├── AppIcon.appiconset │ │ │ ├── Contents.json │ │ │ ├── Icon-App-20x20@1x.png │ │ │ ├── Icon-App-20x20@2x-1.png │ │ │ ├── Icon-App-20x20@2x.png │ │ │ ├── Icon-App-20x20@3x.png │ │ │ ├── Icon-App-29x29@1x-1.png │ │ │ ├── Icon-App-29x29@1x.png │ │ │ ├── Icon-App-29x29@2x-1.png │ │ │ ├── Icon-App-29x29@2x.png │ │ │ ├── Icon-App-29x29@3x.png │ │ │ ├── Icon-App-40x40@1x.png │ │ │ ├── Icon-App-40x40@2x-1.png │ │ │ ├── Icon-App-40x40@2x.png │ │ │ ├── Icon-App-40x40@3x.png │ │ │ ├── Icon-App-60x60@2x.png │ │ │ ├── Icon-App-60x60@3x.png │ │ │ ├── Icon-App-76x76@1x.png │ │ │ ├── Icon-App-76x76@2x.png │ │ │ ├── Icon-App-83.5x83.5@2x.png │ │ │ └── launcherAppxxxhdpi@2x.png │ │ ├── Calendar │ │ │ ├── Contents.json │ │ │ └── ic_switchToList.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── switchToList.png │ │ │ │ ├── switchToList@2x.png │ │ │ │ └── switchToList@3x.png │ │ ├── Contents.json │ │ ├── Feed │ │ │ ├── Contents.json │ │ │ ├── icBookmark.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icBookmark.png │ │ │ │ ├── icBookmark@2x.png │ │ │ │ └── icBookmark@3x.png │ │ │ ├── icBookmarkActive.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icBookmarkActive.png │ │ │ │ ├── icBookmarkActive@2x.png │ │ │ │ └── icBookmarkActive@3x.png │ │ │ └── icBookmarkFilled.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icBookmarkFilled.png │ │ │ │ ├── icBookmarkFilled@2x.png │ │ │ │ └── icBookmarkFilled@3x.png │ │ ├── Intro │ │ │ ├── Contents.json │ │ │ ├── icArrowNextWhite.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icArrowNextWhite.png │ │ │ │ ├── icArrowNextWhite@2x.png │ │ │ │ └── icArrowNextWhite@3x.png │ │ │ ├── imgIntro1.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── imgIntro1.png │ │ │ │ ├── imgIntro1@2x.png │ │ │ │ └── imgIntro1@3x.png │ │ │ ├── imgIntro2.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── imgIntro2.png │ │ │ │ ├── imgIntro2@2x.png │ │ │ │ └── imgIntro2@3x.png │ │ │ ├── imgIntro3.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── imgIntro3.png │ │ │ │ ├── imgIntro3@2x.png │ │ │ │ └── imgIntro3@3x.png │ │ │ ├── introTitle1.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── introTitle1.png │ │ │ │ ├── introTitle1@2x.png │ │ │ │ └── introTitle1@3x.png │ │ │ ├── introTitle2.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── introTitle2.png │ │ │ │ ├── introTitle2@2x.png │ │ │ │ └── introTitle2@3x.png │ │ │ ├── introTitle3.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── introTitle3.png │ │ │ │ ├── introTitle3@2x.png │ │ │ │ └── introTitle3@3x.png │ │ │ └── pageDotDark.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── pageDotDark.png │ │ │ │ ├── pageDotDark@2x.png │ │ │ │ └── pageDotDark@3x.png │ │ ├── Main │ │ │ ├── Contents.json │ │ │ └── profile.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── profile.png │ │ │ │ ├── profile@2x.png │ │ │ │ └── profile@3x.png │ │ ├── MyFilter │ │ │ ├── Contents.json │ │ │ ├── back.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── back.png │ │ │ │ ├── back@2x.png │ │ │ │ └── back@3x.png │ │ │ └── sliderThumb.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── sliderThumb.png │ │ │ │ ├── sliderThumb@2x.png │ │ │ │ └── sliderThumb@3x.png │ │ ├── MyPage │ │ │ ├── Contents.json │ │ │ ├── icAlarm.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icAlarm.png │ │ │ │ ├── icAlarm@2x.png │ │ │ │ └── icAlarm@3x.png │ │ │ ├── icArrowNext.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icArrowNext.png │ │ │ │ ├── icArrowNext@2x.png │ │ │ │ └── icArrowNext@3x.png │ │ │ ├── icCancelActive.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icCancelActive.png │ │ │ │ ├── icCancelActive@2x.png │ │ │ │ └── icCancelActive@3x.png │ │ │ ├── icNotice.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icNotice.png │ │ │ │ ├── icNotice@2x.png │ │ │ │ └── icNotice@3x.png │ │ │ ├── icReport.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icReport.png │ │ │ │ ├── icReport@2x.png │ │ │ │ └── icReport@3x.png │ │ │ ├── icReviewSettings.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icReviewSettings.png │ │ │ │ ├── icReviewSettings@2x.png │ │ │ │ └── icReviewSettings@3x.png │ │ │ └── icServiceInfo.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icServiceInfo.png │ │ │ │ ├── icServiceInfo@2x.png │ │ │ │ └── icServiceInfo@3x.png │ │ ├── Swipe │ │ │ ├── Contents.json │ │ │ ├── Image.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── focusFilter.png │ │ │ │ ├── focusFilter@2x.png │ │ │ │ └── focusFilter@3x.png │ │ │ ├── designer.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── designer.png │ │ │ │ ├── designer@2x.png │ │ │ │ └── designer@3x.png │ │ │ ├── developer.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── developer.png │ │ │ │ ├── developer@2x.png │ │ │ │ └── developer@3x.png │ │ │ ├── filter.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── filter.png │ │ │ │ ├── filter@2x.png │ │ │ │ └── filter@3x.png │ │ │ ├── filterIcon.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── filterIcon.png │ │ │ │ ├── filterIcon@2x.png │ │ │ │ └── filterIcon@3x.png │ │ │ ├── icNo.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icNo.png │ │ │ │ ├── icNo@2x.png │ │ │ │ └── icNo@3x.png │ │ │ ├── icNoActive.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icNoActive.png │ │ │ │ ├── icNoActive@2x.png │ │ │ │ └── icNoActive@3x.png │ │ │ ├── icYes.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icYes.png │ │ │ │ ├── icYes@2x.png │ │ │ │ └── icYes@3x.png │ │ │ ├── icYesActive.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── icYesActive.png │ │ │ │ ├── icYesActive@2x.png │ │ │ │ └── icYesActive@3x.png │ │ │ ├── imgCoachmarkCalendar.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── imgCoachmarkCalendar.png │ │ │ │ ├── imgCoachmarkCalendar@2x.png │ │ │ │ └── imgCoachmarkCalendar@3x.png │ │ │ ├── imgCoachmarkFeed.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── imgCoachmarkFeed.png │ │ │ │ ├── imgCoachmarkFeed@2x.png │ │ │ │ └── imgCoachmarkFeed@3x.png │ │ │ ├── imgCoachmarkPoster.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── imgCoachmarkPoster.png │ │ │ │ ├── imgCoachmarkPoster@2x.png │ │ │ │ └── imgCoachmarkPoster@3x.png │ │ │ ├── imgCoachmarkSwipe.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── imgCoachmarkSwipe.png │ │ │ │ ├── imgCoachmarkSwipe@2x.png │ │ │ │ └── imgCoachmarkSwipe@3x.png │ │ │ ├── imgLunchtime.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── imgLunchtime.png │ │ │ │ ├── imgLunchtime@2x.png │ │ │ │ └── imgLunchtime@3x.png │ │ │ ├── marketer.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── marketer.png │ │ │ │ ├── marketer@2x.png │ │ │ │ └── marketer@3x.png │ │ │ ├── planner.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── planner.png │ │ │ │ ├── planner@2x.png │ │ │ │ └── planner@3x.png │ │ │ └── traveler.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── traveler.png │ │ │ │ ├── traveler@2x.png │ │ │ │ └── traveler@3x.png │ │ ├── TotalInformation │ │ │ ├── Contents.json │ │ │ └── hotPosterIos.imageset │ │ │ │ ├── Contents.json │ │ │ │ ├── hotPosterIos.png │ │ │ │ ├── hotPosterIos@2x.png │ │ │ │ └── hotPosterIos@3x.png │ │ ├── alertNewPost.imageset │ │ │ ├── Contents.json │ │ │ ├── alertNewPost.png │ │ │ ├── alertNewPost@2x.png │ │ │ └── alertNewPost@3x.png │ │ ├── appImage.imageset │ │ │ ├── Contents.json │ │ │ ├── launcherAppxxxhdpi.png │ │ │ ├── launcherAppxxxhdpi@2x.png │ │ │ └── launcherAppxxxhdpi@3x.png │ │ ├── banner.imageset │ │ │ ├── Contents.json │ │ │ ├── banner.png │ │ │ ├── banner@2x.png │ │ │ └── banner@3x.png │ │ ├── bgSplash.imageset │ │ │ ├── Contents.json │ │ │ ├── bgSplash.png │ │ │ ├── bgSplash@2x.png │ │ │ └── bgSplash@3x.png │ │ ├── btBoxWhite.imageset │ │ │ ├── Contents.json │ │ │ ├── btBoxWhite.png │ │ │ ├── btBoxWhite@2x.png │ │ │ └── btBoxWhite@3x.png │ │ ├── btCamera.imageset │ │ │ ├── Contents.json │ │ │ ├── btCamera.png │ │ │ ├── btCamera@2x.png │ │ │ └── btCamera@3x.png │ │ ├── btCheckActive.imageset │ │ │ ├── Contents.json │ │ │ ├── btCheckActive.png │ │ │ ├── btCheckActive@2x.png │ │ │ └── btCheckActive@3x.png │ │ ├── btCheckUnactive.imageset │ │ │ ├── Contents.json │ │ │ ├── btCheckUnactive.png │ │ │ ├── btCheckUnactive@2x.png │ │ │ └── btCheckUnactive@3x.png │ │ ├── btFemaleActive.imageset │ │ │ ├── Contents.json │ │ │ ├── btFemaleActive.png │ │ │ ├── btFemaleActive@2x.png │ │ │ └── btFemaleActive@3x.png │ │ ├── btFemaleUnactive.imageset │ │ │ ├── Contents.json │ │ │ ├── btFemaleUnactive.png │ │ │ ├── btFemaleUnactive@2x.png │ │ │ └── btFemaleUnactive@3x.png │ │ ├── btFormSave.imageset │ │ │ ├── Contents.json │ │ │ ├── btFormSave.png │ │ │ ├── btFormSave@2x.png │ │ │ └── btFormSave@3x.png │ │ ├── btLogin.imageset │ │ │ ├── Contents.json │ │ │ ├── btLogin.png │ │ │ ├── btLogin@2x.png │ │ │ └── btLogin@3x.png │ │ ├── btLoginKakao.imageset │ │ │ ├── Contents.json │ │ │ ├── btLoginKakao.png │ │ │ ├── btLoginKakao@2x.png │ │ │ └── btLoginKakao@3x.png │ │ ├── btLoginNaver.imageset │ │ │ ├── Contents.json │ │ │ ├── btLoginNaver.png │ │ │ ├── btLoginNaver@2x.png │ │ │ └── btLoginNaver@3x.png │ │ ├── btMaleActive.imageset │ │ │ ├── Contents.json │ │ │ ├── btMaleActive.png │ │ │ ├── btMaleActive@2x.png │ │ │ └── btMaleActive@3x.png │ │ ├── btMaleUnactive.imageset │ │ │ ├── Contents.json │ │ │ ├── btMaleUnactive.png │ │ │ ├── btMaleUnactive@2x.png │ │ │ └── btMaleUnactive@3x.png │ │ ├── btNextActive.imageset │ │ │ ├── Contents.json │ │ │ ├── btNextActive.png │ │ │ ├── btNextActive@2x.png │ │ │ └── btNextActive@3x.png │ │ ├── btNextUnactive.imageset │ │ │ ├── Contents.json │ │ │ ├── btNextUnactive.png │ │ │ ├── btNextUnactive@2x.png │ │ │ └── btNextUnactive@3x.png │ │ ├── btNextUnactiveIphone8.imageset │ │ │ ├── Contents.json │ │ │ ├── btNextUnactiveIphone8.png │ │ │ ├── btNextUnactiveIphone8@2x.png │ │ │ └── btNextUnactiveIphone8@3x.png │ │ ├── btSaveMypageActive.imageset │ │ │ ├── Contents.json │ │ │ ├── btSaveMypageActive.png │ │ │ ├── btSaveMypageActive@2x.png │ │ │ └── btSaveMypageActive@3x.png │ │ ├── btSaveMypageUnactive.imageset │ │ │ ├── Contents.json │ │ │ ├── btSaveMypageUnactive.png │ │ │ ├── btSaveMypageUnactive@2x.png │ │ │ └── btSaveMypageUnactive@3x.png │ │ ├── btSaveRound.imageset │ │ │ ├── Contents.json │ │ │ ├── btSaveRound.png │ │ │ ├── btSaveRound@2x.png │ │ │ └── btSaveRound@3x.png │ │ ├── btStart.imageset │ │ │ ├── Contents.json │ │ │ ├── btStart.png │ │ │ ├── btStart@2x.png │ │ │ └── btStart@3x.png │ │ ├── btStartUnactive.imageset │ │ │ ├── Contents.json │ │ │ ├── btStartUnactive.png │ │ │ ├── btStartUnactive@2x.png │ │ │ └── btStartUnactive@3x.png │ │ ├── btStartUnactiveIphone8.imageset │ │ │ ├── Contents.json │ │ │ ├── btStartUnactiveIphone8.png │ │ │ ├── btStartUnactiveIphone8@2x.png │ │ │ └── btStartUnactiveIphone8@3x.png │ │ ├── editList.imageset │ │ │ ├── Contents.json │ │ │ ├── editList.png │ │ │ ├── editList@2x.png │ │ │ └── editList@3x.png │ │ ├── feed.imageset │ │ │ ├── Contents.json │ │ │ ├── feed.png │ │ │ ├── feed@2x.png │ │ │ └── feed@3x.png │ │ ├── feedPassive.imageset │ │ │ ├── Contents.json │ │ │ ├── feedPassive.png │ │ │ ├── feedPassive@2x.png │ │ │ └── feedPassive@3x.png │ │ ├── icArrowDropdownActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icArrowDropdownActive.png │ │ │ ├── icArrowDropdownActive@2x.png │ │ │ └── icArrowDropdownActive@3x.png │ │ ├── icArrowGradation.imageset │ │ │ ├── Contents.json │ │ │ ├── icArrowGradation.png │ │ │ ├── icArrowGradation@2x.png │ │ │ └── icArrowGradation@3x.png │ │ ├── icArrowNextActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icArrowNextActive.png │ │ │ ├── icArrowNextActive@2x.png │ │ │ └── icArrowNextActive@3x.png │ │ ├── icArrowNextMypage.imageset │ │ │ ├── Contents.json │ │ │ ├── icArrowNextMypage.png │ │ │ ├── icArrowNextMypage@2x.png │ │ │ └── icArrowNextMypage@3x.png │ │ ├── icArrowNextSmall.imageset │ │ │ ├── Contents.json │ │ │ ├── icArrowNextSmall.png │ │ │ ├── icArrowNextSmall@2x.png │ │ │ └── icArrowNextSmall@3x.png │ │ ├── icCalArrowLeft.imageset │ │ │ ├── Contents.json │ │ │ ├── icCalArrowLeft.png │ │ │ ├── icCalArrowLeft@2x.png │ │ │ └── icCalArrowLeft@3x.png │ │ ├── icCalArrowRight.imageset │ │ │ ├── Contents.json │ │ │ ├── icCalArrowRight.png │ │ │ ├── icCalArrowRight@2x.png │ │ │ └── icCalArrowRight@3x.png │ │ ├── icCalendar.imageset │ │ │ ├── Contents.json │ │ │ ├── icCalendar.png │ │ │ ├── icCalendar@2x.png │ │ │ └── icCalendar@3x.png │ │ ├── icCalendarActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icCalendarActive.png │ │ │ ├── icCalendarActive@2x.png │ │ │ └── icCalendarActive@3x.png │ │ ├── icCancel.imageset │ │ │ ├── Contents.json │ │ │ ├── icCancel.png │ │ │ ├── icCancel@2x.png │ │ │ └── icCancel@3x.png │ │ ├── icCancelPopup.imageset │ │ │ ├── Contents.json │ │ │ ├── icCancelPopup.png │ │ │ ├── icCancelPopup@2x.png │ │ │ └── icCancelPopup@3x.png │ │ ├── icCardProcessBell.imageset │ │ │ ├── Contents.json │ │ │ ├── icCardProcessBell.png │ │ │ ├── icCardProcessBell@2x.png │ │ │ └── icCardProcessBell@3x.png │ │ ├── icCardProcessFinal.imageset │ │ │ ├── Contents.json │ │ │ ├── icCardProcessFinal.png │ │ │ ├── icCardProcessFinal@2x.png │ │ │ └── icCardProcessFinal@3x.png │ │ ├── icCardProcessInterview.imageset │ │ │ ├── Contents.json │ │ │ ├── icCardProcessInterview.png │ │ │ ├── icCardProcessInterview@2x.png │ │ │ └── icCardProcessInterview@3x.png │ │ ├── icCardProcessPaper.imageset │ │ │ ├── Contents.json │ │ │ ├── icCardProcessPaper.png │ │ │ ├── icCardProcessPaper@2x.png │ │ │ └── icCardProcessPaper@3x.png │ │ ├── icCategoryActivity.imageset │ │ │ ├── Contents.json │ │ │ ├── icCategoryActivity.png │ │ │ ├── icCategoryActivity@2x.png │ │ │ └── icCategoryActivity@3x.png │ │ ├── icCategoryActivityActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icCategoryActivityActive.png │ │ │ ├── icCategoryActivityActive@2x.png │ │ │ └── icCategoryActivityActive@3x.png │ │ ├── icCategoryCareer.imageset │ │ │ ├── Contents.json │ │ │ ├── icCategoryCareer.png │ │ │ ├── icCategoryCareer@2x.png │ │ │ └── icCategoryCareer@3x.png │ │ ├── icCategoryCareerActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icCategoryCareerActive.png │ │ │ ├── icCategoryCareerActive@2x.png │ │ │ └── icCategoryCareerActive@3x.png │ │ ├── icCategoryClub.imageset │ │ │ ├── Contents.json │ │ │ ├── icCategoryClub.png │ │ │ ├── icCategoryClub@2x.png │ │ │ └── icCategoryClub@3x.png │ │ ├── icCategoryClubActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icCategoryClubActive.png │ │ │ ├── icCategoryClubActive@2x.png │ │ │ └── icCategoryClubActive@3x.png │ │ ├── icCategoryContest.imageset │ │ │ ├── Contents.json │ │ │ ├── icCategoryContest.png │ │ │ ├── icCategoryContest@2x.png │ │ │ └── icCategoryContest@3x.png │ │ ├── icCategoryContestActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icCategoryContestActive.png │ │ │ ├── icCategoryContestActive@2x.png │ │ │ └── icCategoryContestActive@3x.png │ │ ├── icCategoryExtra.imageset │ │ │ ├── Contents.json │ │ │ ├── icCategoryExtra.png │ │ │ ├── icCategoryExtra@2x.png │ │ │ └── icCategoryExtra@3x.png │ │ ├── icCategoryExtraActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icCategoryExtraActive.png │ │ │ ├── icCategoryExtraActive@2x.png │ │ │ └── icCategoryExtraActive@3x.png │ │ ├── icCategorySchool.imageset │ │ │ ├── Contents.json │ │ │ ├── icCategorySchool.png │ │ │ ├── icCategorySchool@2x.png │ │ │ └── icCategorySchool@3x.png │ │ ├── icCategorySchoolActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icCategorySchoolActive.png │ │ │ ├── icCategorySchoolActive@2x.png │ │ │ └── icCategorySchoolActive@3x.png │ │ ├── icCheckboxOff.imageset │ │ │ ├── Contents.json │ │ │ ├── icCheckboxOff.png │ │ │ ├── icCheckboxOff@2x.png │ │ │ └── icCheckboxOff@3x.png │ │ ├── icCheckboxOn.imageset │ │ │ ├── Contents.json │ │ │ ├── icCheckboxOn.png │ │ │ ├── icCheckboxOn@2x.png │ │ │ └── icCheckboxOn@3x.png │ │ ├── icHeaderArrowBack.imageset │ │ │ ├── Contents.json │ │ │ ├── icHeaderArrowBack.png │ │ │ ├── icHeaderArrowBack@2x.png │ │ │ └── icHeaderArrowBack@3x.png │ │ ├── icHeaderArrowNextMypage.imageset │ │ │ ├── Contents.json │ │ │ ├── icHeaderArrowNextMypage.png │ │ │ ├── icHeaderArrowNextMypage@2x.png │ │ │ └── icHeaderArrowNextMypage@3x.png │ │ ├── icHelpful.imageset │ │ │ ├── Contents.json │ │ │ ├── icHelpful.png │ │ │ ├── icHelpful@2x.png │ │ │ └── icHelpful@3x.png │ │ ├── icHelpfulActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icHelpfulActive.png │ │ │ ├── icHelpfulActive@2x.png │ │ │ └── icHelpfulActive@3x.png │ │ ├── icListTabDown.imageset │ │ │ ├── Contents.json │ │ │ ├── icListTabDown.png │ │ │ ├── icListTabDown@2x.png │ │ │ └── icListTabDown@3x.png │ │ ├── icMain.imageset │ │ │ ├── Contents.json │ │ │ ├── ssgsagPassive.png │ │ │ ├── ssgsagPassive@2x.png │ │ │ └── ssgsagPassive@3x.png │ │ ├── icMainAction.imageset │ │ │ ├── Contents.json │ │ │ ├── icMainAction.png │ │ │ ├── icMainAction@2x.png │ │ │ └── icMainAction@3x.png │ │ ├── icMainActive.imageset │ │ │ ├── Contents.json │ │ │ ├── ssgsag.png │ │ │ ├── ssgsag@2x.png │ │ │ └── ssgsag@3x.png │ │ ├── icMainRecruit.imageset │ │ │ ├── Contents.json │ │ │ ├── icMainRecruit.png │ │ │ ├── icMainRecruit@2x.png │ │ │ └── icMainRecruit@3x.png │ │ ├── icNews.imageset │ │ │ ├── Contents.json │ │ │ ├── icNews.png │ │ │ ├── icNews@2x.png │ │ │ └── icNews@3x.png │ │ ├── icNewsActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icNewsActive.png │ │ │ ├── icNewsActive@2x.png │ │ │ └── icNewsActive@3x.png │ │ ├── icPlus.imageset │ │ │ ├── Contents.json │ │ │ ├── icPlus.png │ │ │ ├── icPlus@2x.png │ │ │ └── icPlus@3x.png │ │ ├── icReview.imageset │ │ │ ├── Contents.json │ │ │ ├── icReview.png │ │ │ ├── icReview@2x.png │ │ │ └── icReview@3x.png │ │ ├── icReviewActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icReviewActive.png │ │ │ ├── icReviewActive@2x.png │ │ │ └── icReviewActive@3x.png │ │ ├── icReviewBlog.imageset │ │ │ ├── Contents.json │ │ │ ├── icReviewBlog.png │ │ │ ├── icReviewBlog@2x.png │ │ │ └── icReviewBlog@3x.png │ │ ├── icSearchActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icSearchActive.png │ │ │ ├── icSearchActive@2x.png │ │ │ └── icSearchActive@3x.png │ │ ├── icShare.imageset │ │ │ ├── Contents.json │ │ │ ├── icShare.png │ │ │ ├── icShare@2x.png │ │ │ └── icShare@3x.png │ │ ├── icSsgsag.imageset │ │ │ ├── Contents.json │ │ │ ├── icSsgsag.png │ │ │ ├── icSsgsag@2x.png │ │ │ └── icSsgsag@3x.png │ │ ├── icSsgsagActive.imageset │ │ │ ├── Contents.json │ │ │ ├── icSsgsagActive.png │ │ │ ├── icSsgsagActive@2x.png │ │ │ └── icSsgsagActive@3x.png │ │ ├── icStar0.imageset │ │ │ ├── Contents.json │ │ │ ├── icStar0.png │ │ │ ├── icStar0@2x.png │ │ │ └── icStar0@3x.png │ │ ├── icStar1.imageset │ │ │ ├── Contents.json │ │ │ ├── icStar1.png │ │ │ ├── icStar1@2x.png │ │ │ └── icStar1@3x.png │ │ ├── icStar2.imageset │ │ │ ├── Contents.json │ │ │ ├── icStar2.png │ │ │ ├── icStar2@2x.png │ │ │ └── icStar2@3x.png │ │ ├── icTaskComplete.imageset │ │ │ ├── Contents.json │ │ │ ├── icTaskComplete.png │ │ │ ├── icTaskComplete@2x.png │ │ │ └── icTaskComplete@3x.png │ │ ├── icTaskTimeout.imageset │ │ │ ├── Contents.json │ │ │ ├── icTaskTimeout.png │ │ │ ├── icTaskTimeout@2x.png │ │ │ └── icTaskTimeout@3x.png │ │ ├── icTimePassed.imageset │ │ │ ├── Contents.json │ │ │ ├── icTimePassed.png │ │ │ ├── icTimePassed@2x.png │ │ │ └── icTimePassed@3x.png │ │ ├── icTodoDown.imageset │ │ │ ├── Contents.json │ │ │ ├── icTodoDown.png │ │ │ ├── icTodoDown@2x.png │ │ │ └── icTodoDown@3x.png │ │ ├── icTodolistBtn.imageset │ │ │ ├── Contents.json │ │ │ ├── icTodolistBtn.png │ │ │ ├── icTodolistBtn@2x.png │ │ │ └── icTodolistBtn@3x.png │ │ ├── icWaiting.imageset │ │ │ ├── Contents.json │ │ │ ├── icWaiting.png │ │ │ ├── icWaiting@2x.png │ │ │ └── icWaiting@3x.png │ │ ├── icWarning.imageset │ │ │ ├── Contents.json │ │ │ ├── icWarning.png │ │ │ ├── icWarning@2x.png │ │ │ └── icWarning@3x.png │ │ ├── icWebsite.imageset │ │ │ ├── Contents.json │ │ │ ├── icWebsite.png │ │ │ ├── icWebsite@2x.png │ │ │ └── icWebsite@3x.png │ │ ├── icXChip.imageset │ │ │ ├── Contents.json │ │ │ ├── icXChip.png │ │ │ ├── icXChip@2x.png │ │ │ └── icXChip@3x.png │ │ ├── icXClose.imageset │ │ │ ├── Contents.json │ │ │ ├── icXClose.png │ │ │ ├── icXClose@2x.png │ │ │ └── icXClose@3x.png │ │ ├── ic_1.imageset │ │ │ ├── 1.png │ │ │ ├── 1@2x.png │ │ │ ├── 1@3x.png │ │ │ └── Contents.json │ │ ├── ic_2.imageset │ │ │ ├── 2.png │ │ │ ├── 2@2x.png │ │ │ ├── 2@3x.png │ │ │ └── Contents.json │ │ ├── ic_3.imageset │ │ │ ├── 3.png │ │ │ ├── 3@2x.png │ │ │ ├── 3@3x.png │ │ │ └── Contents.json │ │ ├── ic_ArrowBack.imageset │ │ │ ├── Contents.json │ │ │ ├── icArrowBack.png │ │ │ ├── icArrowBack@2x.png │ │ │ └── icArrowBack@3x.png │ │ ├── ic_BoxDday.imageset │ │ │ ├── Contents.json │ │ │ ├── icBoxDday.png │ │ │ ├── icBoxDday@2x.png │ │ │ └── icBoxDday@3x.png │ │ ├── ic_alarm.imageset │ │ │ ├── Contents.json │ │ │ ├── alarm.png │ │ │ ├── alarm@2x.png │ │ │ └── alarm@3x.png │ │ ├── ic_analytics.imageset │ │ │ ├── Contents.json │ │ │ ├── analytics.png │ │ │ ├── analytics@2x.png │ │ │ └── analytics@3x.png │ │ ├── ic_back.imageset │ │ │ ├── Contents.json │ │ │ ├── back.png │ │ │ ├── back@2x.png │ │ │ └── back@3x.png │ │ ├── ic_backFeed.imageset │ │ │ ├── Contents.json │ │ │ ├── backFeed.png │ │ │ ├── backFeed@2x.png │ │ │ └── backFeed@3x.png │ │ ├── ic_boardSetting.imageset │ │ │ ├── Contents.json │ │ │ ├── boardSetting.png │ │ │ ├── boardSetting@2x.png │ │ │ └── boardSetting@3x.png │ │ ├── ic_bookmark.imageset │ │ │ ├── Contents.json │ │ │ ├── bookmark.png │ │ │ ├── bookmark@2x.png │ │ │ └── bookmark@3x.png │ │ ├── ic_bookmarkArticle.imageset │ │ │ ├── Contents.json │ │ │ ├── bookmarkArticle.png │ │ │ ├── bookmarkArticle@2x.png │ │ │ └── bookmarkArticle@3x.png │ │ ├── ic_bookmarkArticlePassive.imageset │ │ │ ├── Contents.json │ │ │ ├── bookmarkArticlePassive.png │ │ │ ├── bookmarkArticlePassive@2x.png │ │ │ └── bookmarkArticlePassive@3x.png │ │ ├── ic_bookmarkPassive.imageset │ │ │ ├── Contents.json │ │ │ ├── bookmarkPassive.png │ │ │ ├── bookmarkPassive@2x.png │ │ │ └── bookmarkPassive@3x.png │ │ ├── ic_calendar.imageset │ │ │ ├── Contents.json │ │ │ ├── calendar.png │ │ │ ├── calendar@2x.png │ │ │ └── calendar@3x.png │ │ ├── ic_calendarActive.imageset │ │ │ ├── Contents.json │ │ │ ├── calendar.png │ │ │ ├── calendar@2x.png │ │ │ └── calendar@3x.png │ │ ├── ic_calendarDelete.imageset │ │ │ ├── Contents.json │ │ │ ├── calendarDelete.png │ │ │ ├── calendarDelete@2x.png │ │ │ └── calendarDelete@3x.png │ │ ├── ic_calendarFavorite.imageset │ │ │ ├── Contents.json │ │ │ ├── calendarFavorite.png │ │ │ ├── calendarFavorite@2x.png │ │ │ └── calendarFavorite@3x.png │ │ ├── ic_calendarMini.imageset │ │ │ ├── Contents.json │ │ │ ├── calendar.png │ │ │ ├── calendar@2x.png │ │ │ └── calendar@3x.png │ │ ├── ic_calendarPassive.imageset │ │ │ ├── Contents.json │ │ │ ├── calendarPassive.png │ │ │ ├── calendarPassive@2x.png │ │ │ └── calendarPassive@3x.png │ │ ├── ic_camera.imageset │ │ │ ├── Contents.json │ │ │ ├── camera.png │ │ │ ├── camera@2x.png │ │ │ └── camera@3x.png │ │ ├── ic_cancel.imageset │ │ │ ├── Contents.json │ │ │ ├── cancel.png │ │ │ ├── cancel@2x.png │ │ │ └── cancel@3x.png │ │ ├── ic_cancelGrey.imageset │ │ │ ├── Contents.json │ │ │ ├── cancelGrey.png │ │ │ ├── cancelGrey@2x.png │ │ │ └── cancelGrey@3x.png │ │ ├── ic_cancelWhite.imageset │ │ │ ├── Contents.json │ │ │ ├── cancelWhite.png │ │ │ ├── cancelWhite@2x.png │ │ │ └── cancelWhite@3x.png │ │ ├── ic_closeUp.imageset │ │ │ ├── Contents.json │ │ │ ├── closeUp.png │ │ │ ├── closeUp@2x.png │ │ │ └── closeUp@3x.png │ │ ├── ic_detailImg.imageset │ │ │ ├── Contents.json │ │ │ ├── img.png │ │ │ ├── img@2x.png │ │ │ └── img@3x.png │ │ ├── ic_developer.imageset │ │ │ ├── Contents.json │ │ │ ├── developer.png │ │ │ ├── developer@2x.png │ │ │ └── developer@3x.png │ │ ├── ic_dropDown.imageset │ │ │ ├── Contents.json │ │ │ ├── dropDown.png │ │ │ ├── dropDown@2x.png │ │ │ └── dropDown@3x.png │ │ ├── ic_dropDownColor.imageset │ │ │ ├── Contents.json │ │ │ ├── dropDown.png │ │ │ ├── dropDown@2x.png │ │ │ └── dropDown@3x.png │ │ ├── ic_dropdownGray.imageset │ │ │ ├── Contents.json │ │ │ ├── dropdownGrey.png │ │ │ ├── dropdownGrey@2x.png │ │ │ └── dropdownGrey@3x.png │ │ ├── ic_dropupGrey.imageset │ │ │ ├── Contents.json │ │ │ ├── dropupGrey.png │ │ │ ├── dropupGrey@2x.png │ │ │ └── dropupGrey@3x.png │ │ ├── ic_editBack.imageset │ │ │ ├── Contents.json │ │ │ ├── editBack.png │ │ │ ├── editBack@2x.png │ │ │ └── editBack@3x.png │ │ ├── ic_editList-1.imageset │ │ │ ├── Contents.json │ │ │ ├── editList.png │ │ │ ├── editList@2x.png │ │ │ └── editList@3x.png │ │ ├── ic_editList.imageset │ │ │ ├── Contents.json │ │ │ ├── editList.png │ │ │ ├── editList@2x.png │ │ │ └── editList@3x.png │ │ ├── ic_etc.imageset │ │ │ ├── Contents.json │ │ │ ├── etc.png │ │ │ ├── etc@2x.png │ │ │ └── etc@3x.png │ │ ├── ic_favorite.imageset │ │ │ ├── Contents.json │ │ │ ├── favorite.png │ │ │ ├── favorite@2x.png │ │ │ └── favorite@3x.png │ │ ├── ic_favoriteGray.imageset │ │ │ ├── Contents.json │ │ │ ├── favorite.png │ │ │ ├── favorite@2x.png │ │ │ └── favorite@3x.png │ │ ├── ic_favoritePassive.imageset │ │ │ ├── Contents.json │ │ │ ├── favoritePassive.png │ │ │ ├── favoritePassive@2x.png │ │ │ └── favoritePassive@3x.png │ │ ├── ic_favoriteWhiteBox.imageset │ │ │ ├── Contents.json │ │ │ ├── favoriteWhiteBox.png │ │ │ ├── favoriteWhiteBox@2x.png │ │ │ └── favoriteWhiteBox@3x.png │ │ ├── ic_favoriteWhiteBoxPassive.imageset │ │ │ ├── Contents.json │ │ │ ├── favoriteWhiteBoxPassive.png │ │ │ ├── favoriteWhiteBoxPassive@2x.png │ │ │ └── favoriteWhiteBoxPassive@3x.png │ │ ├── ic_feed@tabBar.imageset │ │ │ ├── Contents.json │ │ │ ├── feed.png │ │ │ ├── feed@2x.png │ │ │ └── feed@3x.png │ │ ├── ic_feedPassive@tabBar.imageset │ │ │ ├── Contents.json │ │ │ ├── feedPassive.png │ │ │ ├── feedPassive@2x.png │ │ │ └── feedPassive@3x.png │ │ ├── ic_imgDefault.imageset │ │ │ ├── Contents.json │ │ │ ├── imgDefault.png │ │ │ ├── imgDefault@2x.png │ │ │ └── imgDefault@3x.png │ │ ├── ic_industry.imageset │ │ │ ├── Contents.json │ │ │ ├── industry.png │ │ │ ├── industry@2x.png │ │ │ └── industry@3x.png │ │ ├── ic_inquirySetting.imageset │ │ │ ├── Contents.json │ │ │ ├── inquirySetting.png │ │ │ ├── inquirySetting@2x.png │ │ │ └── inquirySetting@3x.png │ │ ├── ic_jobCategory.imageset │ │ │ ├── Contents.json │ │ │ ├── jobCategory.png │ │ │ ├── jobCategory@2x.png │ │ │ └── jobCategory@3x.png │ │ ├── ic_jobSetting.imageset │ │ │ ├── Contents.json │ │ │ ├── jobSetting.png │ │ │ ├── jobSetting@2x.png │ │ │ └── jobSetting@3x.png │ │ ├── ic_like.imageset │ │ │ ├── Contents.json │ │ │ ├── like.png │ │ │ ├── like@2x.png │ │ │ └── like@3x.png │ │ ├── ic_likePassive.imageset │ │ │ ├── Contents.json │ │ │ ├── likePassive.png │ │ │ ├── likePassive@2x.png │ │ │ └── likePassive@3x.png │ │ ├── ic_logOut.imageset │ │ │ ├── Contents.json │ │ │ ├── logOut.png │ │ │ ├── logOut@2x.png │ │ │ └── logOut@3x.png │ │ ├── ic_membershipOut.imageset │ │ │ ├── Contents.json │ │ │ ├── membershipOut.png │ │ │ ├── membershipOut@2x.png │ │ │ └── membershipOut@3x.png │ │ ├── ic_modify.imageset │ │ │ ├── Contents.json │ │ │ ├── modify.png │ │ │ ├── modify@2x.png │ │ │ └── modify@3x.png │ │ ├── ic_mypage.imageset │ │ │ ├── Contents.json │ │ │ ├── drawer.png │ │ │ ├── drawer@2x.png │ │ │ └── drawer@3x.png │ │ ├── ic_noticeSetting.imageset │ │ │ ├── Contents.json │ │ │ ├── noticeSetting.png │ │ │ ├── noticeSetting@2x.png │ │ │ └── noticeSetting@3x.png │ │ ├── ic_order.imageset │ │ │ ├── Contents.json │ │ │ ├── dropDown.png │ │ │ ├── dropDown@2x.png │ │ │ └── dropDown@3x.png │ │ ├── ic_orderPassive.imageset │ │ │ ├── Contents.json │ │ │ ├── dropDownPassive.png │ │ │ ├── dropDownPassive@2x.png │ │ │ └── dropDownPassive@3x.png │ │ ├── ic_selectAll-1.imageset │ │ │ ├── Contents.json │ │ │ ├── selectAll.png │ │ │ ├── selectAll@2x.png │ │ │ └── selectAll@3x.png │ │ ├── ic_selectAll-2.imageset │ │ │ ├── Contents.json │ │ │ ├── selectAll.png │ │ │ ├── selectAll@2x.png │ │ │ └── selectAll@3x.png │ │ ├── ic_selectAll.imageset │ │ │ ├── Contents.json │ │ │ ├── selectAll.png │ │ │ ├── selectAll@2x.png │ │ │ └── selectAll@3x.png │ │ ├── ic_selectAllPassive-1.imageset │ │ │ ├── Contents.json │ │ │ ├── selectAllPassive.png │ │ │ ├── selectAllPassive@2x.png │ │ │ └── selectAllPassive@3x.png │ │ ├── ic_selectAllPassive.imageset │ │ │ ├── Contents.json │ │ │ ├── selectAllPassive.png │ │ │ ├── selectAllPassive@2x.png │ │ │ └── selectAllPassive@3x.png │ │ ├── ic_selectAllPassive0.imageset │ │ │ ├── Contents.json │ │ │ ├── selectAllPassive0.png │ │ │ ├── selectAllPassive0@2x.png │ │ │ └── selectAllPassive0@3x.png │ │ ├── ic_serviceInfo.imageset │ │ │ ├── Contents.json │ │ │ ├── serviceInfo.png │ │ │ ├── serviceInfo@2x.png │ │ │ └── serviceInfo@3x.png │ │ ├── ic_share.imageset │ │ │ ├── Contents.json │ │ │ ├── share.png │ │ │ ├── share@2x.png │ │ │ └── share@3x.png │ │ ├── ic_smallArrow.imageset │ │ │ ├── Contents.json │ │ │ ├── small.png │ │ │ ├── small@2x.png │ │ │ └── small@3x.png │ │ ├── ic_ssgsagLogo.imageset │ │ │ ├── Contents.json │ │ │ ├── ssgsagLogo.png │ │ │ ├── ssgsagLogo@2x.png │ │ │ └── ssgsagLogo@3x.png │ │ ├── ic_switchToCalendar.imageset │ │ │ ├── Contents.json │ │ │ ├── switchToCalendar.png │ │ │ ├── switchToCalendar@2x.png │ │ │ └── switchToCalendar@3x.png │ │ ├── ic_userAnonymous.imageset │ │ │ ├── Contents.json │ │ │ ├── userAnonymous.png │ │ │ ├── userAnonymous@2x.png │ │ │ └── userAnonymous@3x.png │ │ ├── ic_view.imageset │ │ │ ├── Contents.json │ │ │ ├── view.png │ │ │ ├── view@2x.png │ │ │ └── view@3x.png │ │ ├── imgCareerPopup.imageset │ │ │ ├── Contents.json │ │ │ ├── imgCareerPopup.png │ │ │ ├── imgCareerPopup@2x.png │ │ │ └── imgCareerPopup@3x.png │ │ ├── imgChicken.imageset │ │ │ ├── Contents.json │ │ │ ├── imgChicken.png │ │ │ ├── imgChicken@2x.png │ │ │ └── imgChicken@3x.png │ │ ├── imgCoachmarkReview.imageset │ │ │ ├── Contents.json │ │ │ ├── imgCoachmarkReview.png │ │ │ ├── imgCoachmarkReview@2x.png │ │ │ └── imgCoachmarkReview@3x.png │ │ ├── imgDefaultProfile.imageset │ │ │ ├── Contents.json │ │ │ ├── imgDefaultProfile.png │ │ │ ├── imgDefaultProfile@2x.png │ │ │ └── imgDefaultProfile@3x.png │ │ ├── imgDocument.imageset │ │ │ ├── Contents.json │ │ │ ├── imgDocument.png │ │ │ ├── imgDocument@2x.png │ │ │ └── imgDocument@3x.png │ │ ├── imgEmpty.imageset │ │ │ ├── Contents.json │ │ │ ├── imgEmpty.png │ │ │ ├── imgEmpty@2x.png │ │ │ └── imgEmpty@3x.png │ │ ├── imgEmptyCareer.imageset │ │ │ ├── Contents.json │ │ │ ├── imgEmptyCareer.png │ │ │ ├── imgEmptyCareer@2x.png │ │ │ └── imgEmptyCareer@3x.png │ │ ├── imgLogoAppinfo.imageset │ │ │ ├── Contents.json │ │ │ ├── imgLogoAppinfo.png │ │ │ ├── imgLogoAppinfo@2x.png │ │ │ └── imgLogoAppinfo@3x.png │ │ ├── imgLogoLogin.imageset │ │ │ ├── Contents.json │ │ │ ├── imgLogoLogin.png │ │ │ ├── imgLogoLogin@2x.png │ │ │ └── imgLogoLogin@3x.png │ │ ├── imgLogoSplash.imageset │ │ │ ├── Contents.json │ │ │ ├── imgLogoSplash.png │ │ │ ├── imgLogoSplash@2x.png │ │ │ └── imgLogoSplash@3x.png │ │ ├── imgMainSwipeO.imageset │ │ │ ├── Contents.json │ │ │ ├── imgMainSwipeO.png │ │ │ ├── imgMainSwipeO@2x.png │ │ │ └── imgMainSwipeO@3x.png │ │ ├── imgMainSwipeX.imageset │ │ │ ├── Contents.json │ │ │ ├── imgMainSwipeX.png │ │ │ ├── imgMainSwipeX@2x.png │ │ │ └── imgMainSwipeX@3x.png │ │ ├── imgReviewScore.imageset │ │ │ ├── Contents.json │ │ │ ├── imgReviewScore.png │ │ │ ├── imgReviewScore@2x.png │ │ │ └── imgReviewScore@3x.png │ │ ├── imgSchoolInfo.imageset │ │ │ ├── Contents.json │ │ │ ├── imgSchoolInfo.png │ │ │ ├── imgSchoolInfo@2x.png │ │ │ └── imgSchoolInfo@3x.png │ │ ├── imgStarbucks.imageset │ │ │ ├── Contents.json │ │ │ ├── imgStarbucks.png │ │ │ ├── imgStarbucks@2x.png │ │ │ └── imgStarbucks@3x.png │ │ ├── kakao.imageset │ │ │ ├── Contents.json │ │ │ ├── kakao.png │ │ │ ├── kakao@2x.png │ │ │ └── kakao@3x.png │ │ ├── line.imageset │ │ │ ├── Contents.json │ │ │ ├── line.png │ │ │ ├── line@2x.png │ │ │ └── line@3x.png │ │ ├── line2.imageset │ │ │ ├── Contents.json │ │ │ ├── line2.png │ │ │ ├── line2@2x.png │ │ │ └── line2@3x.png │ │ ├── line3.imageset │ │ │ ├── Contents.json │ │ │ ├── line3.png │ │ │ ├── line3@2x.png │ │ │ └── line3@3x.png │ │ ├── line4.imageset │ │ │ ├── Contents.json │ │ │ ├── line4.png │ │ │ ├── line4@2x.png │ │ │ └── line4@3x.png │ │ ├── lineGradation.imageset │ │ │ ├── Contents.json │ │ │ ├── lineGradation.png │ │ │ ├── lineGradation@2x.png │ │ │ └── lineGradation@3x.png │ │ ├── progressbar.imageset │ │ │ ├── Contents.json │ │ │ ├── progressbar.png │ │ │ ├── progressbar@2x.png │ │ │ └── progressbar@3x.png │ │ ├── progressbar1.imageset │ │ │ ├── Contents.json │ │ │ ├── progressbar1.png │ │ │ ├── progressbar1@2x.png │ │ │ └── progressbar1@3x.png │ │ ├── progressbar2.imageset │ │ │ ├── Contents.json │ │ │ ├── progressbar2.png │ │ │ ├── progressbar2@2x.png │ │ │ └── progressbar2@3x.png │ │ ├── progressbar3.imageset │ │ │ ├── Contents.json │ │ │ ├── progressbar3.png │ │ │ ├── progressbar3@2x.png │ │ │ └── progressbar3@3x.png │ │ ├── progressbar4.imageset │ │ │ ├── Contents.json │ │ │ ├── progressbar4.png │ │ │ ├── progressbar4@2x.png │ │ │ └── progressbar4@3x.png │ │ ├── searchGray.imageset │ │ │ ├── Contents.json │ │ │ ├── searchGray.png │ │ │ ├── searchGray@2x.png │ │ │ └── searchGray@3x.png │ │ ├── settings.imageset │ │ │ ├── Contents.json │ │ │ ├── settings.png │ │ │ ├── settings@2x.png │ │ │ └── settings@3x.png │ │ ├── small.imageset │ │ │ ├── Contents.json │ │ │ ├── small.png │ │ │ ├── small@2x.png │ │ │ └── small@3x.png │ │ ├── small4.imageset │ │ │ ├── Contents.json │ │ │ ├── small4.png │ │ │ ├── small4@2x.png │ │ │ └── small4@3x.png │ │ ├── small5.imageset │ │ │ ├── Contents.json │ │ │ ├── small5.png │ │ │ ├── small5@2x.png │ │ │ └── small5@3x.png │ │ ├── star0.imageset │ │ │ ├── Contents.json │ │ │ ├── star0.png │ │ │ ├── star0@2x.png │ │ │ └── star0@3x.png │ │ ├── star1.imageset │ │ │ ├── Contents.json │ │ │ ├── star1.png │ │ │ ├── star1@2x.png │ │ │ └── star1@3x.png │ │ ├── star2.imageset │ │ │ ├── Contents.json │ │ │ ├── star2.png │ │ │ ├── star2@2x.png │ │ │ └── star2@3x.png │ │ ├── tabCardLeft.imageset │ │ │ ├── Contents.json │ │ │ └── tabCardLeft.pdf │ │ ├── tabCardRight.imageset │ │ │ ├── Contents.json │ │ │ ├── tabCardRight.png │ │ │ ├── tabCardRight@2x.png │ │ │ └── tabCardRight@3x.png │ │ ├── txt1.txt │ │ ├── txt2.txt │ │ ├── undoButton.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-back-arrow-100.png │ │ ├── undoSelected.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-back-arrow-filled-100.png │ │ ├── writeReview.imageset │ │ │ ├── Contents.json │ │ │ ├── writeReview.png │ │ │ ├── writeReview@2x.png │ │ │ └── writeReview@3x.png │ │ ├── yesButton.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-heart-outline-100.png │ │ └── yesButtonSelected.imageset │ │ │ ├── Contents.json │ │ │ └── icons8-heart-outline-filled-100 (2).png │ ├── Colors │ │ └── ProjectColor.swift │ ├── GoogleService-Info.plist │ ├── Info.plist │ ├── KakaoOpenSDK-Bridging-Header.h │ ├── SsgSag.entitlements │ └── SsgSag.xcdatamodeld │ │ ├── .xccurrentversion │ │ └── SsgSag.xcdatamodel │ │ └── contents ├── 슥삭.entitlements └── 슥삭Release.entitlements └── 슥삭Tests ├── Info.plist └── ______Tests.swift /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/.gitignore -------------------------------------------------------------------------------- /.ipynb_checkpoints/Untitled-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/.ipynb_checkpoints/Untitled-checkpoint.ipynb -------------------------------------------------------------------------------- /.ipynb_checkpoints/딥러닝 스터디 1주차-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/.ipynb_checkpoints/딥러닝 스터디 1주차-checkpoint.ipynb -------------------------------------------------------------------------------- /Bolts.framework/Bolts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Bolts -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFAppLink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFAppLink.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFAppLinkNavigation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFAppLinkNavigation.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFAppLinkResolving.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFAppLinkResolving.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFAppLinkReturnToRefererController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFAppLinkReturnToRefererController.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFAppLinkReturnToRefererView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFAppLinkReturnToRefererView.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFAppLinkTarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFAppLinkTarget.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFCancellationToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFCancellationToken.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFCancellationTokenRegistration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFCancellationTokenRegistration.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFCancellationTokenSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFCancellationTokenSource.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFExecutor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFExecutor.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFGeneric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFGeneric.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFMeasurementEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFMeasurementEvent.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFTask.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFTaskCompletionSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFTaskCompletionSource.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFURL.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/BFWebViewAppLinkResolver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/BFWebViewAppLinkResolver.h -------------------------------------------------------------------------------- /Bolts.framework/Headers/Bolts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Headers/Bolts.h -------------------------------------------------------------------------------- /Bolts.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Info.plist -------------------------------------------------------------------------------- /Bolts.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Bolts.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/FBSDKCoreKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/FBSDKCoreKit -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKAccessToken.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKAppEvents.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKAppLink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKAppLink.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKAppLinkNavigation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKAppLinkNavigation.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolver.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolving.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKAppLinkResolving.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKAppLinkReturnToRefererView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKAppLinkReturnToRefererView.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKAppLinkTarget.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKAppLinkUtility.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKApplicationDelegate.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKButton.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKConstants.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKCopying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKCopying.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKCoreKit.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKGraphErrorRecoveryProcessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKGraphErrorRecoveryProcessor.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKGraphRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKGraphRequest.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKGraphRequestConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestConnection.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKGraphRequestDataAttachment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKGraphRequestDataAttachment.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKMacros.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKMeasurementEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKMeasurementEvent.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKMutableCopying.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKProfile.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKProfilePictureView.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKSettings.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKTestUsersManager.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKURL.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKUtility.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Headers/FBSDKWebViewAppLinkResolver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Headers/FBSDKWebViewAppLinkResolver.h -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Info.plist -------------------------------------------------------------------------------- /FBSDKCoreKit.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKCoreKit.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /FBSDKLoginKit.framework/FBSDKLoginKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKLoginKit.framework/FBSDKLoginKit -------------------------------------------------------------------------------- /FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginCodeInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginCodeInfo.h -------------------------------------------------------------------------------- /FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginManager.h -------------------------------------------------------------------------------- /FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginManagerResult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKLoginKit.framework/Headers/FBSDKDeviceLoginManagerResult.h -------------------------------------------------------------------------------- /FBSDKLoginKit.framework/Headers/FBSDKLoginButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKLoginKit.framework/Headers/FBSDKLoginButton.h -------------------------------------------------------------------------------- /FBSDKLoginKit.framework/Headers/FBSDKLoginConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKLoginKit.framework/Headers/FBSDKLoginConstants.h -------------------------------------------------------------------------------- /FBSDKLoginKit.framework/Headers/FBSDKLoginKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKLoginKit.framework/Headers/FBSDKLoginKit.h -------------------------------------------------------------------------------- /FBSDKLoginKit.framework/Headers/FBSDKLoginManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKLoginKit.framework/Headers/FBSDKLoginManager.h -------------------------------------------------------------------------------- /FBSDKLoginKit.framework/Headers/FBSDKLoginManagerLoginResult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKLoginKit.framework/Headers/FBSDKLoginManagerLoginResult.h -------------------------------------------------------------------------------- /FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKLoginKit.framework/Headers/FBSDKLoginTooltipView.h -------------------------------------------------------------------------------- /FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKLoginKit.framework/Headers/FBSDKTooltipView.h -------------------------------------------------------------------------------- /FBSDKLoginKit.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKLoginKit.framework/Info.plist -------------------------------------------------------------------------------- /FBSDKLoginKit.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKLoginKit.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /FBSDKShareKit.framework/FBSDKShareKit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/FBSDKShareKit -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKAppGroupAddDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKAppGroupAddDialog.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKAppGroupContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKAppGroupContent.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKAppGroupJoinDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKAppGroupJoinDialog.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKAppInviteContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKAppInviteContent.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKAppInviteDialog.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKCameraEffectArguments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKCameraEffectArguments.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKCameraEffectTextures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKCameraEffectTextures.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKGameRequestContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKGameRequestContent.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKGameRequestDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKGameRequestDialog.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKHashtag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKHashtag.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKLikeButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKLikeButton.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKLikeControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKLikeControl.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKLikeObjectType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKLikeObjectType.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKLiking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKLiking.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKMessageDialog.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKSendButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKSendButton.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareAPI.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareButton.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareCameraEffectContent.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareConstants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareConstants.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareDialog.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareKit.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareLinkContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareLinkContent.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareMediaContent.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareMessengerActionButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareMessengerActionButton.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphAction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphAction.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphObject.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphValueContainer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphValueContainer.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKSharePhoto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKSharePhoto.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKSharePhotoContent.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareVideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareVideo.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKShareVideoContent.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKSharing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKSharing.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKSharingButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKSharingButton.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKSharingContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKSharingContent.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKSharingScheme.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Headers/FBSDKSharingValidation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Headers/FBSDKSharingValidation.h -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Info.plist -------------------------------------------------------------------------------- /FBSDKShareKit.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/FBSDKShareKit.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /KakaoCommon.framework/Headers/KCMAgent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoCommon.framework/Headers/KCMAgent.h -------------------------------------------------------------------------------- /KakaoCommon.framework/Headers/KCMConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoCommon.framework/Headers/KCMConfiguration.h -------------------------------------------------------------------------------- /KakaoCommon.framework/Headers/KCMError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoCommon.framework/Headers/KCMError.h -------------------------------------------------------------------------------- /KakaoCommon.framework/Headers/KCMException.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoCommon.framework/Headers/KCMException.h -------------------------------------------------------------------------------- /KakaoCommon.framework/Headers/KCMUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoCommon.framework/Headers/KCMUtils.h -------------------------------------------------------------------------------- /KakaoCommon.framework/Headers/KakaoCommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoCommon.framework/Headers/KakaoCommon.h -------------------------------------------------------------------------------- /KakaoCommon.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoCommon.framework/Info.plist -------------------------------------------------------------------------------- /KakaoCommon.framework/KakaoCommon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoCommon.framework/KakaoCommon -------------------------------------------------------------------------------- /KakaoCommon.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoCommon.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /KakaoLink.framework/Headers/KLKError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoLink.framework/Headers/KLKError.h -------------------------------------------------------------------------------- /KakaoLink.framework/Headers/KLKImageStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoLink.framework/Headers/KLKImageStorage.h -------------------------------------------------------------------------------- /KakaoLink.framework/Headers/KLKTalkLinkCenter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoLink.framework/Headers/KLKTalkLinkCenter.h -------------------------------------------------------------------------------- /KakaoLink.framework/Headers/KLKTalkLinkCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoLink.framework/Headers/KLKTalkLinkCore.h -------------------------------------------------------------------------------- /KakaoLink.framework/Headers/KakaoLink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoLink.framework/Headers/KakaoLink.h -------------------------------------------------------------------------------- /KakaoLink.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoLink.framework/Info.plist -------------------------------------------------------------------------------- /KakaoLink.framework/KakaoLink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoLink.framework/KakaoLink -------------------------------------------------------------------------------- /KakaoLink.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoLink.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Headers/KMTButtonObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Headers/KMTButtonObject.h -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Headers/KMTCommerceObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Headers/KMTCommerceObject.h -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Headers/KMTCommerceTemplate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Headers/KMTCommerceTemplate.h -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Headers/KMTContentObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Headers/KMTContentObject.h -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Headers/KMTFeedTemplate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Headers/KMTFeedTemplate.h -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Headers/KMTLinkObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Headers/KMTLinkObject.h -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Headers/KMTListTemplate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Headers/KMTListTemplate.h -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Headers/KMTLocationTemplate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Headers/KMTLocationTemplate.h -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Headers/KMTParamObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Headers/KMTParamObject.h -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Headers/KMTSocialObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Headers/KMTSocialObject.h -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Headers/KMTTemplate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Headers/KMTTemplate.h -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Headers/KMTTextTemplate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Headers/KMTTextTemplate.h -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Headers/KakaoMessageTemplate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Headers/KakaoMessageTemplate.h -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Info.plist -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/KakaoMessageTemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/KakaoMessageTemplate -------------------------------------------------------------------------------- /KakaoMessageTemplate.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoMessageTemplate.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOAccessTokenInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOAccessTokenInfo.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOAgeAuthQueryStringBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOAgeAuthQueryStringBuilder.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOAppFriend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOAppFriend.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOBaseContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOBaseContext.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOChat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOChat.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOChatContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOChatContext.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOChatMember.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOChatMember.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOError.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOFriend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOFriend.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOFriendContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOFriendContext.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOFriendOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOFriendOperation.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOHTTPMethod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOHTTPMethod.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOImages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOImages.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOLoginButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOLoginButton.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOPushTokenInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOPushTokenInfo.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOSession.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOSessionTask+AgeAuthAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOSessionTask+AgeAuthAPI.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOSessionTask+AppFriendAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOSessionTask+AppFriendAPI.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOSessionTask+FriendAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOSessionTask+FriendAPI.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOSessionTask+PushAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOSessionTask+PushAPI.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOSessionTask+StoryAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOSessionTask+StoryAPI.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOSessionTask+TalkAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOSessionTask+TalkAPI.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOSessionTask+TokenAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOSessionTask+TokenAPI.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOSessionTask+UserManagementAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOSessionTask+UserManagementAPI.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOSessionTask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOSessionTask.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOStoryActorInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOStoryActorInfo.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOStoryCommentInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOStoryCommentInfo.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOStoryLikeInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOStoryLikeInfo.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOStoryLinkInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOStoryLinkInfo.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOStoryMyStoryImageInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOStoryMyStoryImageInfo.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOStoryMyStoryInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOStoryMyStoryInfo.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOStoryPostInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOStoryPostInfo.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOStoryProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOStoryProfile.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOTalkMessageSending.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOTalkMessageSending.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOTalkProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOTalkProfile.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOToken.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOUser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOUser.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOUserInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOUserInfo.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOUserMe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOUserMe.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KOUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KOUtils.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KakaoOpenSDK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KakaoOpenSDK.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KakaoPushMessageObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KakaoPushMessageObject.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KakaoPushMessagePropertyForApns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KakaoPushMessagePropertyForApns.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Headers/KakaoPushMessagePropertyForGcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Headers/KakaoPushMessagePropertyForGcm.h -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Info.plist -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/KakaoOpenSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/KakaoOpenSDK -------------------------------------------------------------------------------- /KakaoOpenSDK.framework/Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/KakaoOpenSDK.framework/Modules/module.modulemap -------------------------------------------------------------------------------- /Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Podfile -------------------------------------------------------------------------------- /Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/Podfile.lock -------------------------------------------------------------------------------- /README.assets/image-20190402214120224.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/README.assets/image-20190402214120224.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/README.md -------------------------------------------------------------------------------- /SsgSag.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /SsgSag.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /SsgSag.xcodeproj/xcshareddata/xcschemes/(DEV)SsgSag.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag.xcodeproj/xcshareddata/xcschemes/(DEV)SsgSag.xcscheme -------------------------------------------------------------------------------- /SsgSag.xcodeproj/xcshareddata/xcschemes/SsgSag.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag.xcodeproj/xcshareddata/xcschemes/SsgSag.xcscheme -------------------------------------------------------------------------------- /SsgSag.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /SsgSag.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /SsgSag.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings -------------------------------------------------------------------------------- /SsgSag/DependencyContainer/DependencyContainer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/DependencyContainer/DependencyContainer.swift -------------------------------------------------------------------------------- /SsgSag/DependencyContainer/DependencyPool.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/DependencyContainer/DependencyPool.swift -------------------------------------------------------------------------------- /SsgSag/GlobalExtensions/Array+.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/GlobalExtensions/Array+.swift -------------------------------------------------------------------------------- /SsgSag/GlobalExtensions/Category.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/GlobalExtensions/Category.swift -------------------------------------------------------------------------------- /SsgSag/GlobalExtensions/DateFormatter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/GlobalExtensions/DateFormatter.swift -------------------------------------------------------------------------------- /SsgSag/GlobalExtensions/Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/GlobalExtensions/Extension.swift -------------------------------------------------------------------------------- /SsgSag/GlobalExtensions/String+.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/GlobalExtensions/String+.swift -------------------------------------------------------------------------------- /SsgSag/GlobalExtensions/UserDefaults+.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/GlobalExtensions/UserDefaults+.swift -------------------------------------------------------------------------------- /SsgSag/Helper/ClientKey.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/ClientKey.swift -------------------------------------------------------------------------------- /SsgSag/Helper/DataResponse.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/DataResponse.swift -------------------------------------------------------------------------------- /SsgSag/Helper/DateCaculate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/DateCaculate.swift -------------------------------------------------------------------------------- /SsgSag/Helper/GradientView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/GradientView.swift -------------------------------------------------------------------------------- /SsgSag/Helper/HttpStatusCode.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/HttpStatusCode.swift -------------------------------------------------------------------------------- /SsgSag/Helper/KeyboardService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/KeyboardService.swift -------------------------------------------------------------------------------- /SsgSag/Helper/NotificationName.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/NotificationName.swift -------------------------------------------------------------------------------- /SsgSag/Helper/RequestURL.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/RequestURL.swift -------------------------------------------------------------------------------- /SsgSag/Helper/StoryBoardName.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/StoryBoardName.swift -------------------------------------------------------------------------------- /SsgSag/Helper/TokenName.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/TokenName.swift -------------------------------------------------------------------------------- /SsgSag/Helper/UIDevice.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/UIDevice.swift -------------------------------------------------------------------------------- /SsgSag/Helper/UnivName.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/UnivName.swift -------------------------------------------------------------------------------- /SsgSag/Helper/UserDefaultsName.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/UserDefaultsName.swift -------------------------------------------------------------------------------- /SsgSag/Helper/ViewControllerIdentifier.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/ViewControllerIdentifier.swift -------------------------------------------------------------------------------- /SsgSag/Helper/WeekDays.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Helper/WeekDays.swift -------------------------------------------------------------------------------- /SsgSag/Network/ImageLoader/ImageNetworkManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/ImageLoader/ImageNetworkManager.swift -------------------------------------------------------------------------------- /SsgSag/Network/Models/HTTPMethod.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/Models/HTTPMethod.swift -------------------------------------------------------------------------------- /SsgSag/Network/Models/Poster/PosterToday.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/Models/Poster/PosterToday.swift -------------------------------------------------------------------------------- /SsgSag/Network/Models/UserAPI.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/Models/UserAPI.swift -------------------------------------------------------------------------------- /SsgSag/Network/NetProtocol/NetworkProtocol.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/NetProtocol/NetworkProtocol.swift -------------------------------------------------------------------------------- /SsgSag/Network/NetProtocol/RequestMakerProtocol.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/NetProtocol/RequestMakerProtocol.swift -------------------------------------------------------------------------------- /SsgSag/Network/NetProtocol/URLSessionProtocol.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/NetProtocol/URLSessionProtocol.swift -------------------------------------------------------------------------------- /SsgSag/Network/Network.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/Network.swift -------------------------------------------------------------------------------- /SsgSag/Network/NetworkManager.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/NetworkManager.swift -------------------------------------------------------------------------------- /SsgSag/Network/RequestMaker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/RequestMaker.swift -------------------------------------------------------------------------------- /SsgSag/Network/Services/ServiceImplementations/FeedServiceImp.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/Services/ServiceImplementations/FeedServiceImp.swift -------------------------------------------------------------------------------- /SsgSag/Network/Services/ServiceImplementations/MockServiceImp.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/Services/ServiceImplementations/MockServiceImp.swift -------------------------------------------------------------------------------- /SsgSag/Network/Services/ServiceImplementations/StoryBoardName.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/Services/ServiceImplementations/StoryBoardName.swift -------------------------------------------------------------------------------- /SsgSag/Network/Services/ServiceImplementations/TokenName.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/Services/ServiceImplementations/TokenName.swift -------------------------------------------------------------------------------- /SsgSag/Network/Services/ServiceProtocols/FeedServiceProtocol.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/Services/ServiceProtocols/FeedServiceProtocol.swift -------------------------------------------------------------------------------- /SsgSag/Network/Services/ServiceProtocols/LoginServiceProtocol.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/Services/ServiceProtocols/LoginServiceProtocol.swift -------------------------------------------------------------------------------- /SsgSag/Network/Services/ServiceProtocols/MockFeedServiceImp.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Network/Services/ServiceProtocols/MockFeedServiceImp.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Extensions/CalendarColor.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Extensions/CalendarColor.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Extensions/CalendarView + extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Extensions/CalendarView + extension.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Extensions/DetailInfoButtonsView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Extensions/DetailInfoButtonsView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/AllTodoList.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/AllTodoList.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/BasicResponse.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/BasicResponse.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/CalendarData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/CalendarData.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/NewCalendar/VACalendar.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/NewCalendar/VACalendar.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/NewCalendar/VACalendarView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/NewCalendar/VACalendarView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/NewCalendar/VADay.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/NewCalendar/VADay.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/NewCalendar/VADayView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/NewCalendar/VADayView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/NewCalendar/VADotView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/NewCalendar/VADotView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/NewCalendar/VAFormatters.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/NewCalendar/VAFormatters.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/NewCalendar/VAMonth.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/NewCalendar/VAMonth.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/NewCalendar/VAMonthHeaderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/NewCalendar/VAMonthHeaderView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/NewCalendar/VAMonthView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/NewCalendar/VAMonthView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/NewCalendar/VAWeek.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/NewCalendar/VAWeek.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/NewCalendar/VAWeekDaysView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/NewCalendar/VAWeekDaysView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Models/NewCalendar/VAWeekView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Models/NewCalendar/VAWeekView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Views/CalendarListViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Views/CalendarListViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Views/Cell/DayTodo/NoTodoHeaderView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Views/Cell/DayTodo/NoTodoHeaderView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Views/Cell/DayTodo/NoTodoTableViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Views/Cell/DayTodo/NoTodoTableViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Views/Cell/PieChartView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Views/Cell/PieChartView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Views/Cell/TempCollectionReusableView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Views/Cell/TempCollectionReusableView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Views/DayTodoViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Views/DayTodoViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Views/DetailImageViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Views/DetailImageViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Views/DetailInfoViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Views/DetailInfoViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Views/ListCollectionViewDataSource.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Views/ListCollectionViewDataSource.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Views/NewCalendarVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Views/NewCalendarVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Views/Storyboards/Calendar.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Views/Storyboards/Calendar.storyboard -------------------------------------------------------------------------------- /SsgSag/Screens/Calendar/Views/ZoomPosterImageVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Calendar/Views/ZoomPosterImageVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/CoachMark/FirstCoachmarkViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/CoachMark/FirstCoachmarkViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/CoachMark/Models/CoachMarkType.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/CoachMark/Models/CoachMarkType.swift -------------------------------------------------------------------------------- /SsgSag/Screens/CoachMark/ViewModels/CoachMarkViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/CoachMark/ViewModels/CoachMarkViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Models/Feed.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Models/Feed.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Services/FeedServiceTypeImp.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Services/FeedServiceTypeImp.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/ViewModels/FeedPageViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/ViewModels/FeedPageViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/ViewModels/FeedViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/ViewModels/FeedViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/ViewModels/NewsCellViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/ViewModels/NewsCellViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/ArticleViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/ArticleViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/Cell/BoardCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/Cell/BoardCollectionViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/Cell/BoardPostCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/Cell/BoardPostCollectionViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/Cell/BoardPostCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/Cell/BoardPostCollectionViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/Cell/EmptyScrapCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/Cell/EmptyScrapCollectionViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/Cell/FeedPageCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/Cell/FeedPageCollectionViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/Cell/FeedTabCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/Cell/FeedTabCollectionViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/Cell/MenuCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/Cell/MenuCollectionViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/Cell/NewsCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/Cell/NewsCollectionViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/Cell/NewsCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/Cell/NewsCollectionViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/FeedVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/FeedVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/FeedViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/FeedViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/MenuBar.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/MenuBar.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/ScrapViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/ScrapViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Feed/Views/Storyboards/FeedStoryBoard.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Feed/Views/Storyboards/FeedStoryBoard.storyboard -------------------------------------------------------------------------------- /SsgSag/Screens/Intro/Models/IntroPage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Intro/Models/IntroPage.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Intro/ViewModels/IntroPageCellViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Intro/ViewModels/IntroPageCellViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Intro/ViewModels/IntroPageViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Intro/ViewModels/IntroPageViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Intro/Views/Cells/IntroPageCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Intro/Views/Cells/IntroPageCollectionViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Intro/Views/IntroPageViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Intro/Views/IntroPageViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Intro/Views/Storyboard/IntroStoryboard.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Intro/Views/Storyboard/IntroStoryboard.storyboard -------------------------------------------------------------------------------- /SsgSag/Screens/Login/Extensions/FormTextField.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Login/Extensions/FormTextField.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Login/Models/LoginStruct.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Login/Models/LoginStruct.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Login/Models/TokenResponse.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Login/Models/TokenResponse.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Login/Views/FindPasswordViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Login/Views/FindPasswordViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Login/Views/LoginVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Login/Views/LoginVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Login/Views/SplashViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Login/Views/SplashViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Login/Views/Storyboards/LoginStoryBoard.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Login/Views/Storyboards/LoginStoryBoard.storyboard -------------------------------------------------------------------------------- /SsgSag/Screens/Main/TotalInformation/Models/TotalInformation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Main/TotalInformation/Models/TotalInformation.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Main/Views/MainViewNavigationController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Main/Views/MainViewNavigationController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Main/Views/Storyboards/MainViewStoryboard.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Main/Views/Storyboards/MainViewStoryboard.storyboard -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/AccountSettingViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/AccountSettingViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Career/AddActivityVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Career/AddActivityVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Career/AddCertificationVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Career/AddCertificationVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Career/AddVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Career/AddVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Career/CareerVC + CollectionView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Career/CareerVC + CollectionView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Career/CareerVC + TableView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Career/CareerVC + TableView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Career/CareerVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Career/CareerVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Career/DatePickerPopUpVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Career/DatePickerPopUpVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Career/InterestBoardViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Career/InterestBoardViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Career/JobVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Career/JobVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Career/MyPageViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Career/MyPageViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Career/PreferenceVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Career/PreferenceVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/ChangePasswordViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/ChangePasswordViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/InternFilterViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/InternFilterViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/LogoutViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/LogoutViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/MembershipCancelViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/MembershipCancelViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Models/Career.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Models/Career.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Models/Interests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Models/Interests.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Models/JSONNull.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Models/JSONNull.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Models/Notice.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Models/Notice.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Models/UserNetworkModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Models/UserNetworkModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/MyClubComment/Models/MyClubComment.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/MyClubComment/Models/MyClubComment.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/MyClubComment/Services/MyClubService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/MyClubComment/Services/MyClubService.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/MyClubComment/Views/MyClubTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/MyClubComment/Views/MyClubTableViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/MyFilterSetting/Model/MyFilterModels.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/MyFilterSetting/Model/MyFilterModels.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/MyFilterSetting/Service/UserInfoService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/MyFilterSetting/Service/UserInfoService.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/MyPageStoryBoard.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/MyPageStoryBoard.storyboard -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/NotifiCation/AppInfoViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/NotifiCation/AppInfoViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/NotifiCation/InquireViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/NotifiCation/InquireViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/NotifiCation/OSLViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/NotifiCation/OSLViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/NotifiCation/PostViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/NotifiCation/PostViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/NotifiCation/ServiceInfoViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/NotifiCation/ServiceInfoViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/ActivityCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/ActivityCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/ActivityCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/ActivityCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/CertificationCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/CertificationCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/CustomCareerCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/CustomCareerCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/CustomCareerCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/CustomCareerCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/GradeCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/GradeCollectionViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/GradeCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/GradeCollectionViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/InterestBoardTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/InterestBoardTableViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/InterestBoardTableViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/InterestBoardTableViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/NonActivityCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/NonActivityCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/OSLTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/OSLTableViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/OSLTableViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/OSLTableViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/PostTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/PostTableViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/PrizeCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/PrizeCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/ServiceInfoTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/ServiceInfoTableViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/SettingMenuCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/SettingMenuCollectionViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/UnivCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/UnivCollectionViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/UnivCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/UnivCollectionViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/myPageMenuTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/myPageMenuTableViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/myPageMenuTableViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/myPageMenuTableViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/myPageTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/myPageTableViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/Cell/myPageTableViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/Cell/myPageTableViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/Views/MyPage/InterestPartVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/Views/MyPage/InterestPartVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/MyPage/bt_save_round.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/MyPage/bt_save_round.json -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Models/Blog.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Models/Blog.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Models/CategoryView.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Models/CategoryView.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Models/Club.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Models/Club.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Models/ClubActInfoModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Models/ClubActInfoModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Models/ClubRegisterModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Models/ClubRegisterModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Models/ResponseModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Models/ResponseModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Models/Review.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Models/Review.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Models/ReviewTabCellModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Models/ReviewTabCellModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Models/UnivListModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Models/UnivListModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Services/ClubService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Services/ClubService.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Services/Protocol/ClubServiceProtocol.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Services/Protocol/ClubServiceProtocol.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Services/Protocol/ReviewServiceProtocol.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Services/Protocol/ReviewServiceProtocol.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Services/ReviewService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Services/ReviewService.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Services/UnivService.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Services/UnivService.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/ViewModels/ClubDetailViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/ViewModels/ClubDetailViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/ViewModels/ClubEditViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/ViewModels/ClubEditViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/ViewModels/ClubRegisterOneStepViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/ViewModels/ClubRegisterOneStepViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/ViewModels/ClubRegisterTwoStepViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/ViewModels/ClubRegisterTwoStepViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/ViewModels/ReviewEditViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/ViewModels/ReviewEditViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/ViewModels/ReviewSearchViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/ViewModels/ReviewSearchViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/ViewModels/SimpleReviewViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/ViewModels/SimpleReviewViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/ViewModels/StarRatingViewModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/ViewModels/StarRatingViewModel.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Cell/ActLocationTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Cell/ActLocationTableViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Cell/BlogReviewTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Cell/BlogReviewTableViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Cell/BlogReviewTableViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Cell/BlogReviewTableViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Cell/ClubListTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Cell/ClubListTableViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Cell/ClubPhotoCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Cell/ClubPhotoCollectionViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Cell/NormalReviewTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Cell/NormalReviewTableViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Cell/ReviewPageCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Cell/ReviewPageCollectionViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Cell/ReviewSearchTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Cell/ReviewSearchTableViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Cell/ReviewSearchTableViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Cell/ReviewSearchTableViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Cell/SsgSagReviewTableViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Cell/SsgSagReviewTableViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Cell/SsgSagReviewTableViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Cell/SsgSagReviewTableViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/ClubDetail/ClubInfoViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/ClubDetail/ClubInfoViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/ClubDetail/ClubPageViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/ClubDetail/ClubPageViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/ClubEditViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/ClubEditViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/ClubList/ReviewMainViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/ClubList/ReviewMainViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/ClubList/ReviewPageViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/ClubList/ReviewPageViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/EventViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/EventViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Extension/ClubDetailVC+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Extension/ClubDetailVC+Extension.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Extension/ClubInfoVC+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Extension/ClubInfoVC+Extension.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Extension/ClubListVC+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Extension/ClubListVC+Extension.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Extension/ClubReviewVC+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Extension/ClubReviewVC+Extension.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Extension/MoreReviewVC+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Extension/MoreReviewVC+Extension.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Extension/ReviewMainVC+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Extension/ReviewMainVC+Extension.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Extension/String+Extension.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Extension/String+Extension.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Protocol/ClubListSelectDelgate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Protocol/ClubListSelectDelgate.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Protocol/ReviewPageDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Protocol/ReviewPageDelegate.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Register/CompleteViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Register/CompleteViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Register/FoundClubViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Register/FoundClubViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/Register/StarRatingViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/Register/StarRatingViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/ReportReviewViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/ReportReviewViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/ReviewEditViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/ReviewEditViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/StoryBoard/Review.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/StoryBoard/Review.storyboard -------------------------------------------------------------------------------- /SsgSag/Screens/Review/Views/StoryBoard/ReviewEvent.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Review/Views/StoryBoard/ReviewEvent.storyboard -------------------------------------------------------------------------------- /SsgSag/Screens/Signup/Models/EmailValidate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Signup/Models/EmailValidate.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Signup/Models/SignUp.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Signup/Models/SignUp.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Signup/Models/TempPassword.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Signup/Models/TempPassword.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Signup/Views/ConfirmProfileVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Signup/Views/ConfirmProfileVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Signup/Views/SchoolInfoVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Signup/Views/SchoolInfoVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Signup/Views/SignupCompleteVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Signup/Views/SignupCompleteVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Signup/Views/Storyboards/SignupStoryBoard.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Signup/Views/Storyboards/SignupStoryBoard.storyboard -------------------------------------------------------------------------------- /SsgSag/Screens/Signup/Views/Storyboards/majorListByUniv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Signup/Views/Storyboards/majorListByUniv.json -------------------------------------------------------------------------------- /SsgSag/Screens/Signup/Views/UserInfoVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Signup/Views/UserInfoVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Splash/Storyboards/Launch Screen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Splash/Storyboards/Launch Screen.storyboard -------------------------------------------------------------------------------- /SsgSag/Screens/Splash/Storyboards/Splash.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Splash/Storyboards/Splash.storyboard -------------------------------------------------------------------------------- /SsgSag/Screens/Splash/Views/SplashVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Splash/Views/SplashVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Splash/Views/splash.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Splash/Views/splash.json -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Models/Column.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Models/Column.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Models/DayTodoList.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Models/DayTodoList.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Models/MonthTodoList.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Models/MonthTodoList.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Models/PosterAfterSwipe.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Models/PosterAfterSwipe.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Models/PosterData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Models/PosterData.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Models/PosterDetail.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Models/PosterDetail.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Models/Posters.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Models/Posters.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Models/SortType.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Models/SortType.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Models/networkData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Models/networkData.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/SavedPoster/Models/MockPosterStorage.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/SavedPoster/Models/MockPosterStorage.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Views/Cell/AllPosterListCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Views/Cell/AllPosterListCollectionViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Views/Cell/NoPosterCollectionViewCell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Views/Cell/NoPosterCollectionViewCell.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Views/Cell/NoPosterCollectionViewCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Views/Cell/NoPosterCollectionViewCell.xib -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Views/DetailImageSwipeCard.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Views/DetailImageSwipeCard.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Views/DetailNewTextSwipeCard.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Views/DetailNewTextSwipeCard.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Views/DetailTextSwipeCard.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Views/DetailTextSwipeCard.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Views/Extensions/SwipeCard.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Views/Extensions/SwipeCard.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Views/PageViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Views/PageViewController.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Views/Storyboards/SwipeStoryBoard.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Views/Storyboards/SwipeStoryBoard.storyboard -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Views/Storyboards/main_empty_hifive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Views/Storyboards/main_empty_hifive.json -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Views/SwipeVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Views/SwipeVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/Swipe/Views/ZoomPosterVC.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/Swipe/Views/ZoomPosterVC.swift -------------------------------------------------------------------------------- /SsgSag/Screens/TabBar/Models/ServerUpdateResponse.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/TabBar/Models/ServerUpdateResponse.swift -------------------------------------------------------------------------------- /SsgSag/Screens/TabBar/Views/TabBarViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Screens/TabBar/Views/TabBarViewController.swift -------------------------------------------------------------------------------- /SsgSag/Support/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/.gitignore -------------------------------------------------------------------------------- /SsgSag/Support/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/AppDelegate.swift -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Calendar/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Calendar/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Feed/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Feed/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Intro/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Intro/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Main/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Main/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Main/profile.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Main/profile.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Main/profile.imageset/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Main/profile.imageset/profile.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Main/profile.imageset/profile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Main/profile.imageset/profile@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Main/profile.imageset/profile@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Main/profile.imageset/profile@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/MyFilter/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/MyFilter/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/MyFilter/back.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/MyFilter/back.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/MyFilter/back.imageset/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/MyFilter/back.imageset/back.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/MyFilter/back.imageset/back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/MyFilter/back.imageset/back@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/MyFilter/back.imageset/back@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/MyFilter/back.imageset/back@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/MyPage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/MyPage/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Swipe/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Swipe/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Swipe/Image.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Swipe/Image.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Swipe/filter.imageset/filter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Swipe/filter.imageset/filter.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Swipe/icNo.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Swipe/icNo.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Swipe/icNo.imageset/icNo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Swipe/icNo.imageset/icNo.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Swipe/icNo.imageset/icNo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Swipe/icNo.imageset/icNo@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Swipe/icNo.imageset/icNo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Swipe/icNo.imageset/icNo@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Swipe/icYes.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Swipe/icYes.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Swipe/icYes.imageset/icYes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Swipe/icYes.imageset/icYes.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Swipe/icYes.imageset/icYes@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Swipe/icYes.imageset/icYes@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Swipe/icYes.imageset/icYes@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Swipe/icYes.imageset/icYes@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/Swipe/planner.imageset/planner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/Swipe/planner.imageset/planner.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/TotalInformation/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/TotalInformation/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/appImage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/appImage.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/banner.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/banner.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/banner.imageset/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/banner.imageset/banner.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/banner.imageset/banner@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/banner.imageset/banner@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/banner.imageset/banner@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/banner.imageset/banner@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/bgSplash.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/bgSplash.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/bgSplash.imageset/bgSplash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/bgSplash.imageset/bgSplash.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/bgSplash.imageset/bgSplash@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/bgSplash.imageset/bgSplash@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/bgSplash.imageset/bgSplash@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/bgSplash.imageset/bgSplash@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btBoxWhite.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btBoxWhite.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btBoxWhite.imageset/btBoxWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btBoxWhite.imageset/btBoxWhite.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btCamera.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btCamera.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btCamera.imageset/btCamera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btCamera.imageset/btCamera.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btCamera.imageset/btCamera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btCamera.imageset/btCamera@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btCamera.imageset/btCamera@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btCamera.imageset/btCamera@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btFormSave.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btFormSave.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btFormSave.imageset/btFormSave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btFormSave.imageset/btFormSave.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btLogin.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btLogin.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btLogin.imageset/btLogin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btLogin.imageset/btLogin.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btLogin.imageset/btLogin@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btLogin.imageset/btLogin@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btLogin.imageset/btLogin@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btLogin.imageset/btLogin@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btSaveRound.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btSaveRound.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btStart.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btStart.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btStart.imageset/btStart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btStart.imageset/btStart.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btStart.imageset/btStart@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btStart.imageset/btStart@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/btStart.imageset/btStart@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/btStart.imageset/btStart@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/editList.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/editList.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/editList.imageset/editList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/editList.imageset/editList.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/editList.imageset/editList@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/editList.imageset/editList@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/editList.imageset/editList@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/editList.imageset/editList@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/feed.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/feed.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/feed.imageset/feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/feed.imageset/feed.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/feed.imageset/feed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/feed.imageset/feed@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/feed.imageset/feed@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/feed.imageset/feed@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/feedPassive.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/feedPassive.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icCalendar.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icCalendar.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icCalendar.imageset/icCalendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icCalendar.imageset/icCalendar.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icCancel.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icCancel.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icCancel.imageset/icCancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icCancel.imageset/icCancel.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icCancel.imageset/icCancel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icCancel.imageset/icCancel@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icCancel.imageset/icCancel@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icCancel.imageset/icCancel@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icHelpful.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icHelpful.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icHelpful.imageset/icHelpful.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icHelpful.imageset/icHelpful.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icMain.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icMain.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icMain.imageset/ssgsagPassive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icMain.imageset/ssgsagPassive.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icMainActive.imageset/ssgsag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icMainActive.imageset/ssgsag.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icNews.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icNews.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icNews.imageset/icNews.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icNews.imageset/icNews.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icNews.imageset/icNews@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icNews.imageset/icNews@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icNews.imageset/icNews@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icNews.imageset/icNews@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icPlus.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icPlus.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icPlus.imageset/icPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icPlus.imageset/icPlus.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icPlus.imageset/icPlus@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icPlus.imageset/icPlus@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icPlus.imageset/icPlus@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icPlus.imageset/icPlus@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icReview.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icReview.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icReview.imageset/icReview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icReview.imageset/icReview.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icReview.imageset/icReview@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icReview.imageset/icReview@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icReview.imageset/icReview@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icReview.imageset/icReview@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icShare.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icShare.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icShare.imageset/icShare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icShare.imageset/icShare.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icShare.imageset/icShare@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icShare.imageset/icShare@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icShare.imageset/icShare@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icShare.imageset/icShare@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icSsgsag.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icSsgsag.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icSsgsag.imageset/icSsgsag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icSsgsag.imageset/icSsgsag.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icSsgsag.imageset/icSsgsag@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icSsgsag.imageset/icSsgsag@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icSsgsag.imageset/icSsgsag@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icSsgsag.imageset/icSsgsag@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icStar0.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icStar0.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icStar0.imageset/icStar0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icStar0.imageset/icStar0.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icStar0.imageset/icStar0@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icStar0.imageset/icStar0@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icStar0.imageset/icStar0@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icStar0.imageset/icStar0@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icStar1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icStar1.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icStar1.imageset/icStar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icStar1.imageset/icStar1.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icStar1.imageset/icStar1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icStar1.imageset/icStar1@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icStar1.imageset/icStar1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icStar1.imageset/icStar1@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icStar2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icStar2.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icStar2.imageset/icStar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icStar2.imageset/icStar2.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icStar2.imageset/icStar2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icStar2.imageset/icStar2@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icStar2.imageset/icStar2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icStar2.imageset/icStar2@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icTodoDown.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icTodoDown.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icTodoDown.imageset/icTodoDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icTodoDown.imageset/icTodoDown.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icWaiting.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icWaiting.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icWaiting.imageset/icWaiting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icWaiting.imageset/icWaiting.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icWarning.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icWarning.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icWarning.imageset/icWarning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icWarning.imageset/icWarning.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icWebsite.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icWebsite.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icWebsite.imageset/icWebsite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icWebsite.imageset/icWebsite.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icXChip.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icXChip.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icXChip.imageset/icXChip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icXChip.imageset/icXChip.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icXChip.imageset/icXChip@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icXChip.imageset/icXChip@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icXChip.imageset/icXChip@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icXChip.imageset/icXChip@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icXClose.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icXClose.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icXClose.imageset/icXClose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icXClose.imageset/icXClose.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icXClose.imageset/icXClose@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icXClose.imageset/icXClose@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/icXClose.imageset/icXClose@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/icXClose.imageset/icXClose@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_1.imageset/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_1.imageset/1.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_1.imageset/1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_1.imageset/1@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_1.imageset/1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_1.imageset/1@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_1.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_2.imageset/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_2.imageset/2.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_2.imageset/2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_2.imageset/2@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_2.imageset/2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_2.imageset/2@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_2.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_3.imageset/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_3.imageset/3.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_3.imageset/3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_3.imageset/3@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_3.imageset/3@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_3.imageset/3@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_3.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_BoxDday.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_BoxDday.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_BoxDday.imageset/icBoxDday.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_BoxDday.imageset/icBoxDday.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_alarm.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_alarm.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_alarm.imageset/alarm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_alarm.imageset/alarm.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_alarm.imageset/alarm@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_alarm.imageset/alarm@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_alarm.imageset/alarm@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_alarm.imageset/alarm@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_back.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_back.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_back.imageset/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_back.imageset/back.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_back.imageset/back@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_back.imageset/back@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_back.imageset/back@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_back.imageset/back@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_backFeed.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_backFeed.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_backFeed.imageset/backFeed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_backFeed.imageset/backFeed.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_bookmark.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_bookmark.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_bookmark.imageset/bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_bookmark.imageset/bookmark.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_calendar.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_calendar.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_calendar.imageset/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_calendar.imageset/calendar.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_camera.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_camera.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_camera.imageset/camera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_camera.imageset/camera.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_camera.imageset/camera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_camera.imageset/camera@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_camera.imageset/camera@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_camera.imageset/camera@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_cancel.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_cancel.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_cancel.imageset/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_cancel.imageset/cancel.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_cancel.imageset/cancel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_cancel.imageset/cancel@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_cancel.imageset/cancel@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_cancel.imageset/cancel@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_closeUp.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_closeUp.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_closeUp.imageset/closeUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_closeUp.imageset/closeUp.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_closeUp.imageset/closeUp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_closeUp.imageset/closeUp@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_closeUp.imageset/closeUp@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_closeUp.imageset/closeUp@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_detailImg.imageset/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_detailImg.imageset/img.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_detailImg.imageset/img@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_detailImg.imageset/img@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_detailImg.imageset/img@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_detailImg.imageset/img@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_dropDown.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_dropDown.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_dropDown.imageset/dropDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_dropDown.imageset/dropDown.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_editBack.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_editBack.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_editBack.imageset/editBack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_editBack.imageset/editBack.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_editList.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_editList.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_editList.imageset/editList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_editList.imageset/editList.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_etc.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_etc.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_etc.imageset/etc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_etc.imageset/etc.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_etc.imageset/etc@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_etc.imageset/etc@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_etc.imageset/etc@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_etc.imageset/etc@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_favorite.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_favorite.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_favorite.imageset/favorite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_favorite.imageset/favorite.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_feed@tabBar.imageset/feed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_feed@tabBar.imageset/feed.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_industry.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_industry.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_industry.imageset/industry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_industry.imageset/industry.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_like.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_like.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_like.imageset/like.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_like.imageset/like.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_like.imageset/like@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_like.imageset/like@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_like.imageset/like@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_like.imageset/like@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_logOut.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_logOut.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_logOut.imageset/logOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_logOut.imageset/logOut.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_logOut.imageset/logOut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_logOut.imageset/logOut@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_logOut.imageset/logOut@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_logOut.imageset/logOut@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_modify.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_modify.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_modify.imageset/modify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_modify.imageset/modify.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_modify.imageset/modify@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_modify.imageset/modify@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_modify.imageset/modify@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_modify.imageset/modify@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_mypage.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_mypage.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_mypage.imageset/drawer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_mypage.imageset/drawer.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_mypage.imageset/drawer@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_mypage.imageset/drawer@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_mypage.imageset/drawer@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_mypage.imageset/drawer@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_order.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_order.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_order.imageset/dropDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_order.imageset/dropDown.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_order.imageset/dropDown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_order.imageset/dropDown@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_order.imageset/dropDown@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_order.imageset/dropDown@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_share.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_share.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_share.imageset/share.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_share.imageset/share.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_share.imageset/share@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_share.imageset/share@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_share.imageset/share@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_share.imageset/share@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_smallArrow.imageset/small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_smallArrow.imageset/small.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_view.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_view.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_view.imageset/view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_view.imageset/view.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_view.imageset/view@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_view.imageset/view@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/ic_view.imageset/view@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/ic_view.imageset/view@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/imgChicken.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/imgChicken.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/imgChicken.imageset/imgChicken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/imgChicken.imageset/imgChicken.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/imgDocument.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/imgDocument.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/imgEmpty.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/imgEmpty.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/imgEmpty.imageset/imgEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/imgEmpty.imageset/imgEmpty.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/imgEmpty.imageset/imgEmpty@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/imgEmpty.imageset/imgEmpty@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/imgEmpty.imageset/imgEmpty@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/imgEmpty.imageset/imgEmpty@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/kakao.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/kakao.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/kakao.imageset/kakao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/kakao.imageset/kakao.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/kakao.imageset/kakao@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/kakao.imageset/kakao@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/kakao.imageset/kakao@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/kakao.imageset/kakao@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line.imageset/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line.imageset/line.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line.imageset/line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line.imageset/line@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line.imageset/line@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line.imageset/line@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line2.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line2.imageset/line2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line2.imageset/line2.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line2.imageset/line2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line2.imageset/line2@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line2.imageset/line2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line2.imageset/line2@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line3.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line3.imageset/line3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line3.imageset/line3.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line3.imageset/line3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line3.imageset/line3@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line3.imageset/line3@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line3.imageset/line3@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line4.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line4.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line4.imageset/line4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line4.imageset/line4.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line4.imageset/line4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line4.imageset/line4@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/line4.imageset/line4@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/line4.imageset/line4@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/progressbar.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/progressbar.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/searchGray.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/searchGray.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/searchGray.imageset/searchGray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/searchGray.imageset/searchGray.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/settings.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/settings.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/settings.imageset/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/settings.imageset/settings.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/settings.imageset/settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/settings.imageset/settings@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/settings.imageset/settings@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/settings.imageset/settings@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/small.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/small.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/small.imageset/small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/small.imageset/small.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/small.imageset/small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/small.imageset/small@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/small.imageset/small@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/small.imageset/small@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/small4.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/small4.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/small4.imageset/small4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/small4.imageset/small4.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/small4.imageset/small4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/small4.imageset/small4@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/small4.imageset/small4@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/small4.imageset/small4@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/small5.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/small5.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/small5.imageset/small5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/small5.imageset/small5.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/small5.imageset/small5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/small5.imageset/small5@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/small5.imageset/small5@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/small5.imageset/small5@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/star0.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/star0.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/star0.imageset/star0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/star0.imageset/star0.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/star0.imageset/star0@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/star0.imageset/star0@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/star0.imageset/star0@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/star0.imageset/star0@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/star1.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/star1.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/star1.imageset/star1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/star1.imageset/star1.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/star1.imageset/star1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/star1.imageset/star1@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/star1.imageset/star1@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/star1.imageset/star1@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/star2.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/star2.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/star2.imageset/star2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/star2.imageset/star2.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/star2.imageset/star2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/star2.imageset/star2@2x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/star2.imageset/star2@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/star2.imageset/star2@3x.png -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/tabCardLeft.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/tabCardLeft.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/txt1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/txt1.txt -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/txt2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/txt2.txt -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/undoButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/undoButton.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/writeReview.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/writeReview.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Assets.xcassets/yesButton.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Assets.xcassets/yesButton.imageset/Contents.json -------------------------------------------------------------------------------- /SsgSag/Support/Colors/ProjectColor.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Colors/ProjectColor.swift -------------------------------------------------------------------------------- /SsgSag/Support/GoogleService-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/GoogleService-Info.plist -------------------------------------------------------------------------------- /SsgSag/Support/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/Info.plist -------------------------------------------------------------------------------- /SsgSag/Support/KakaoOpenSDK-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/KakaoOpenSDK-Bridging-Header.h -------------------------------------------------------------------------------- /SsgSag/Support/SsgSag.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/SsgSag.entitlements -------------------------------------------------------------------------------- /SsgSag/Support/SsgSag.xcdatamodeld/.xccurrentversion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/SsgSag.xcdatamodeld/.xccurrentversion -------------------------------------------------------------------------------- /SsgSag/Support/SsgSag.xcdatamodeld/SsgSag.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/Support/SsgSag.xcdatamodeld/SsgSag.xcdatamodel/contents -------------------------------------------------------------------------------- /SsgSag/슥삭.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/슥삭.entitlements -------------------------------------------------------------------------------- /SsgSag/슥삭Release.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/SsgSag/슥삭Release.entitlements -------------------------------------------------------------------------------- /슥삭Tests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/슥삭Tests/Info.plist -------------------------------------------------------------------------------- /슥삭Tests/______Tests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SsgSag/SsgSag_iOS/HEAD/슥삭Tests/______Tests.swift --------------------------------------------------------------------------------