Skip to content

Commit c1fe738

Browse files
committed
横屏转向的 bug
1 parent c3329ac commit c1fe738

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Coding_iOS/Controllers/Search/CSSearchVC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#import <UIKit/UIKit.h>
1010
#import "CSSearchModel.h"
1111

12-
@interface CSSearchVC : UIViewController
12+
@interface CSSearchVC : BaseViewController
1313

1414
@end
1515

Coding_iOS/Controllers/Topic/CSTopicDetailVC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#import <UIKit/UIKit.h>
1010

1111

12-
@interface CSTopicDetailVC : UIViewController
12+
@interface CSTopicDetailVC : BaseViewController
1313
//@property (nonatomic,strong)NSDictionary *topic;
1414
@property (nonatomic,assign) NSInteger topicID;
1515
@end

0 commit comments

Comments
 (0)