This commit is contained in:
lianxiang
2018-09-23 15:52:02 +08:00
parent 3508cab25e
commit 69522b22fc
13 changed files with 476 additions and 36 deletions
+12
View File
@@ -203,6 +203,8 @@
839290092134F4C40077D2E8 /* GiGaFlingCommitVC.m in Sources */ = {isa = PBXBuildFile; fileRef = 839290082134F4C40077D2E8 /* GiGaFlingCommitVC.m */; };
8392900C2134F9F80077D2E8 /* GiGaCommentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 8392900A2134F9F80077D2E8 /* GiGaCommentView.m */; };
8392900F2134FA0A0077D2E8 /* GiGaCommentModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 8392900E2134FA0A0077D2E8 /* GiGaCommentModel.m */; };
83A1DDAF21573D01006DE881 /* GiGaFeedBackKindView.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1DDAE21573D01006DE881 /* GiGaFeedBackKindView.m */; };
83A1DDB221574807006DE881 /* GIGaFeedKind.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A1DDB121574807006DE881 /* GIGaFeedKind.m */; };
83A2270C212A97ED00B3E75C /* MaskViewBootomWaringView.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A2270B212A97ED00B3E75C /* MaskViewBootomWaringView.m */; };
83A22712212A9EA900B3E75C /* UIView+Sizes.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A22710212A9EA900B3E75C /* UIView+Sizes.m */; };
83A22718212ABDFF00B3E75C /* GiGaBlockButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A22717212ABDFF00B3E75C /* GiGaBlockButton.m */; };
@@ -593,6 +595,10 @@
8392900B2134F9F80077D2E8 /* GiGaCommentView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GiGaCommentView.h; sourceTree = "<group>"; };
8392900D2134FA0A0077D2E8 /* GiGaCommentModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GiGaCommentModel.h; sourceTree = "<group>"; };
8392900E2134FA0A0077D2E8 /* GiGaCommentModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GiGaCommentModel.m; sourceTree = "<group>"; };
83A1DDAD21573D01006DE881 /* GiGaFeedBackKindView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GiGaFeedBackKindView.h; sourceTree = "<group>"; };
83A1DDAE21573D01006DE881 /* GiGaFeedBackKindView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GiGaFeedBackKindView.m; sourceTree = "<group>"; };
83A1DDB021574807006DE881 /* GIGaFeedKind.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GIGaFeedKind.h; sourceTree = "<group>"; };
83A1DDB121574807006DE881 /* GIGaFeedKind.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GIGaFeedKind.m; sourceTree = "<group>"; };
83A2270A212A97ED00B3E75C /* MaskViewBootomWaringView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MaskViewBootomWaringView.h; sourceTree = "<group>"; };
83A2270B212A97ED00B3E75C /* MaskViewBootomWaringView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MaskViewBootomWaringView.m; sourceTree = "<group>"; };
83A22710212A9EA900B3E75C /* UIView+Sizes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+Sizes.m"; sourceTree = "<group>"; };
@@ -1067,6 +1073,8 @@
8357ADC42123BEBD000816F2 /* GiGaUser.m */,
8342FD842150FD5200D141F4 /* VersionModel.h */,
8342FD852150FD5200D141F4 /* VersionModel.m */,
83A1DDB021574807006DE881 /* GIGaFeedKind.h */,
83A1DDB121574807006DE881 /* GIGaFeedKind.m */,
);
path = Model;
sourceTree = "<group>";
@@ -1203,6 +1211,8 @@
8382DFBB21563C2D00BBA5A5 /* GiGaFeedImagsActionCell.h */,
8382DFBC21563C2D00BBA5A5 /* GiGaFeedImagsActionCell.m */,
8382DFBD21563C2D00BBA5A5 /* GiGaFeedImagsActionCell.xib */,
83A1DDAD21573D01006DE881 /* GiGaFeedBackKindView.h */,
83A1DDAE21573D01006DE881 /* GiGaFeedBackKindView.m */,
);
path = FeedViews;
sourceTree = "<group>";
@@ -1920,6 +1930,7 @@
83901176214E20B2004CA790 /* LYSDatePickerTypeDayDelegate.m in Sources */,
8384643E214A484400F12B33 /* MaskTestResult.m in Sources */,
83346AD4212BFF6E0054D597 /* UserGuardViewController.m in Sources */,
83A1DDAF21573D01006DE881 /* GiGaFeedBackKindView.m in Sources */,
83BC8A8A2148D28300820437 /* QustionAnswer.m in Sources */,
8342FD7D2150F94600D141F4 /* AppVerionDescriptionVC.m in Sources */,
8357ADC92123BFCA000816F2 /* GiGaUserManager.m in Sources */,
@@ -1956,6 +1967,7 @@
8382DFE921564A1F00BBA5A5 /* SJAlbumModel.m in Sources */,
83773FC221479FED0014EE4C /* UIColor+HexColor.m in Sources */,
8382DFEE21564A1F00BBA5A5 /* SJPhotoPickerManager.m in Sources */,
83A1DDB221574807006DE881 /* GIGaFeedKind.m in Sources */,
83901172214E20B2004CA790 /* LYSDatePickerTypeDayAndTimeDelegate.m in Sources */,
835060A9212D38EE007E6220 /* GiGaStartAdView.m in Sources */,
83928FFA2134D8F60077D2E8 /* GiGaFlyingCommitInputView.m in Sources */,