feat(home): 팔로잉 탭 API 상태를 추가한다
This commit is contained in:
@@ -246,6 +246,18 @@
|
||||
401B3F072FEEF10000A5BBA3 /* MainHomeRankingRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401B3F0C2FEEF10000A5BBA3 /* MainHomeRankingRepository.swift */; };
|
||||
401B3F082FEEF10000A5BBA3 /* MainHomeRankingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401B3F0D2FEEF10000A5BBA3 /* MainHomeRankingViewModel.swift */; };
|
||||
401B3F092FEEF10000A5BBA3 /* MainHomeRankingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401B3F0D2FEEF10000A5BBA3 /* MainHomeRankingViewModel.swift */; };
|
||||
401C10112FEF300000A5BBA3 /* HomeFollowingTabResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401C10012FEF300000A5BBA3 /* HomeFollowingTabResponse.swift */; };
|
||||
401C10122FEF300000A5BBA3 /* MainHomeFollowingApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401C10022FEF300000A5BBA3 /* MainHomeFollowingApi.swift */; };
|
||||
401C10132FEF300000A5BBA3 /* MainHomeFollowingRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401C10032FEF300000A5BBA3 /* MainHomeFollowingRepository.swift */; };
|
||||
401C10142FEF300000A5BBA3 /* MainHomeFollowingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401C10042FEF300000A5BBA3 /* MainHomeFollowingViewModel.swift */; };
|
||||
401C10212FEF300000A5BBA3 /* HomeFollowingTabResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401C10012FEF300000A5BBA3 /* HomeFollowingTabResponse.swift */; };
|
||||
401C10222FEF300000A5BBA3 /* MainHomeFollowingApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401C10022FEF300000A5BBA3 /* MainHomeFollowingApi.swift */; };
|
||||
401C10232FEF300000A5BBA3 /* MainHomeFollowingRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401C10032FEF300000A5BBA3 /* MainHomeFollowingRepository.swift */; };
|
||||
401C10242FEF300000A5BBA3 /* MainHomeFollowingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401C10042FEF300000A5BBA3 /* MainHomeFollowingViewModel.swift */; };
|
||||
401C10312FEF300000A5BBA3 /* HomeFollowingTabResponse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401C10012FEF300000A5BBA3 /* HomeFollowingTabResponse.swift */; };
|
||||
401C10322FEF300000A5BBA3 /* MainHomeFollowingApi.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401C10022FEF300000A5BBA3 /* MainHomeFollowingApi.swift */; };
|
||||
401C10332FEF300000A5BBA3 /* MainHomeFollowingRepository.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401C10032FEF300000A5BBA3 /* MainHomeFollowingRepository.swift */; };
|
||||
401C10342FEF300000A5BBA3 /* MainHomeFollowingViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 401C10042FEF300000A5BBA3 /* MainHomeFollowingViewModel.swift */; };
|
||||
40235DED2E3797EB00B09A87 /* RecentContent+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40235DEC2E3797EB00B09A87 /* RecentContent+CoreDataClass.swift */; };
|
||||
40235DEE2E3797EB00B09A87 /* RecentContent+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40235DEC2E3797EB00B09A87 /* RecentContent+CoreDataClass.swift */; };
|
||||
40235DF02E37983D00B09A87 /* PersistenceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40235DEF2E37983D00B09A87 /* PersistenceController.swift */; };
|
||||
@@ -1780,6 +1792,10 @@
|
||||
401B3F0B2FEEF10000A5BBA3 /* MainHomeRankingApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainHomeRankingApi.swift; sourceTree = "<group>"; };
|
||||
401B3F0C2FEEF10000A5BBA3 /* MainHomeRankingRepository.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainHomeRankingRepository.swift; sourceTree = "<group>"; };
|
||||
401B3F0D2FEEF10000A5BBA3 /* MainHomeRankingViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainHomeRankingViewModel.swift; sourceTree = "<group>"; };
|
||||
401C10012FEF300000A5BBA3 /* HomeFollowingTabResponse.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeFollowingTabResponse.swift; sourceTree = "<group>"; };
|
||||
401C10022FEF300000A5BBA3 /* MainHomeFollowingApi.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainHomeFollowingApi.swift; sourceTree = "<group>"; };
|
||||
401C10032FEF300000A5BBA3 /* MainHomeFollowingRepository.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainHomeFollowingRepository.swift; sourceTree = "<group>"; };
|
||||
401C10042FEF300000A5BBA3 /* MainHomeFollowingViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainHomeFollowingViewModel.swift; sourceTree = "<group>"; };
|
||||
40235DEC2E3797EB00B09A87 /* RecentContent+CoreDataClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "RecentContent+CoreDataClass.swift"; sourceTree = "<group>"; };
|
||||
40235DEF2E37983D00B09A87 /* PersistenceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PersistenceController.swift; sourceTree = "<group>"; };
|
||||
40235DF22E37987300B09A87 /* RecentContentService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecentContentService.swift; sourceTree = "<group>"; };
|
||||
@@ -2779,6 +2795,9 @@
|
||||
401A3FB92FEEAFA000A5BBA3 /* Following */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
401C10052FEF300000A5BBA3 /* Models */,
|
||||
401C10062FEF300000A5BBA3 /* Repository */,
|
||||
401C10042FEF300000A5BBA3 /* MainHomeFollowingViewModel.swift */,
|
||||
401A3FB72FEEAFA000A5BBA3 /* MainHomeFollowingView.swift */,
|
||||
);
|
||||
path = Following;
|
||||
@@ -2817,6 +2836,23 @@
|
||||
path = Repository;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
401C10052FEF300000A5BBA3 /* Models */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
401C10012FEF300000A5BBA3 /* HomeFollowingTabResponse.swift */,
|
||||
);
|
||||
path = Models;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
401C10062FEF300000A5BBA3 /* Repository */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
401C10022FEF300000A5BBA3 /* MainHomeFollowingApi.swift */,
|
||||
401C10032FEF300000A5BBA3 /* MainHomeFollowingRepository.swift */,
|
||||
);
|
||||
path = Repository;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
40235DEA2E3797B000B09A87 /* Recent */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
@@ -5427,6 +5463,10 @@
|
||||
401A3FE02FEEB00900A5BBA3 /* MainHomeBusinessInfoSection.swift in Sources */,
|
||||
401A3FAA2FEEAFA000A5BBA3 /* MainHomeRankingView.swift in Sources */,
|
||||
401A3FAB2FEEAFA000A5BBA3 /* MainHomeFollowingView.swift in Sources */,
|
||||
401C10112FEF300000A5BBA3 /* HomeFollowingTabResponse.swift in Sources */,
|
||||
401C10122FEF300000A5BBA3 /* MainHomeFollowingApi.swift in Sources */,
|
||||
401C10132FEF300000A5BBA3 /* MainHomeFollowingRepository.swift in Sources */,
|
||||
401C10142FEF300000A5BBA3 /* MainHomeFollowingViewModel.swift in Sources */,
|
||||
409143302A85652F00EEBFB1 /* CanChargeView.swift in Sources */,
|
||||
40975CA32B572298004E2F1B /* LiveRoomOverlayStrokeTextButton.swift in Sources */,
|
||||
40235DED2E3797EB00B09A87 /* RecentContent+CoreDataClass.swift in Sources */,
|
||||
@@ -6187,6 +6227,10 @@
|
||||
401A3FE12FEEB00900A5BBA3 /* MainHomeBusinessInfoSection.swift in Sources */,
|
||||
401A3FAE2FEEAFA000A5BBA3 /* MainHomeRankingView.swift in Sources */,
|
||||
401A3FAF2FEEAFA000A5BBA3 /* MainHomeFollowingView.swift in Sources */,
|
||||
401C10212FEF300000A5BBA3 /* HomeFollowingTabResponse.swift in Sources */,
|
||||
401C10222FEF300000A5BBA3 /* MainHomeFollowingApi.swift in Sources */,
|
||||
401C10232FEF300000A5BBA3 /* MainHomeFollowingRepository.swift in Sources */,
|
||||
401C10242FEF300000A5BBA3 /* MainHomeFollowingViewModel.swift in Sources */,
|
||||
B3AF650899B8FC84E0C0CDA0 /* MainPlaceholderTabView.swift in Sources */,
|
||||
CA65AD0D677B4A8E9CAC0E15 /* MainTab.swift in Sources */,
|
||||
A0643C829BE7377DC09112CB /* MainTabBarButton.swift in Sources */,
|
||||
@@ -6977,6 +7021,10 @@
|
||||
401A3FE22FEEB00900A5BBA3 /* MainHomeBusinessInfoSection.swift in Sources */,
|
||||
401A3FB22FEEAFA000A5BBA3 /* MainHomeRankingView.swift in Sources */,
|
||||
401A3FB32FEEAFA000A5BBA3 /* MainHomeFollowingView.swift in Sources */,
|
||||
401C10312FEF300000A5BBA3 /* HomeFollowingTabResponse.swift in Sources */,
|
||||
401C10322FEF300000A5BBA3 /* MainHomeFollowingApi.swift in Sources */,
|
||||
401C10332FEF300000A5BBA3 /* MainHomeFollowingRepository.swift in Sources */,
|
||||
401C10342FEF300000A5BBA3 /* MainHomeFollowingViewModel.swift in Sources */,
|
||||
ACD71056E97E13E48941ABBB /* MainPlaceholderTabView.swift in Sources */,
|
||||
33BA3AB731849284E62AE04B /* MainTab.swift in Sources */,
|
||||
B11681AC02BF51C6E2FA6FF3 /* MainTabBarButton.swift in Sources */,
|
||||
|
||||
Reference in New Issue
Block a user