We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3329ac commit c1fe738Copy full SHA for c1fe738
Coding_iOS/Controllers/Search/CSSearchVC.h
@@ -9,7 +9,7 @@
9
#import <UIKit/UIKit.h>
10
#import "CSSearchModel.h"
11
12
-@interface CSSearchVC : UIViewController
+@interface CSSearchVC : BaseViewController
13
14
@end
15
Coding_iOS/Controllers/Topic/CSTopicDetailVC.h
-@interface CSTopicDetailVC : UIViewController
+@interface CSTopicDetailVC : BaseViewController
//@property (nonatomic,strong)NSDictionary *topic;
@property (nonatomic,assign) NSInteger topicID;
0 commit comments