Commit 2515f255d73cf0c1239fe1222631ef4913ce71f4
1 parent
ec2b5553
no message
Showing
2 changed files
with
0 additions
and
2 deletions
CNLiveBLoginModule/Classes/Controller/CNLiveLoginController.h
| @@ -9,7 +9,6 @@ | @@ -9,7 +9,6 @@ | ||
| 9 | #import <UIKit/UIKit.h> | 9 | #import <UIKit/UIKit.h> |
| 10 | 10 | ||
| 11 | NS_ASSUME_NONNULL_BEGIN | 11 | NS_ASSUME_NONNULL_BEGIN |
| 12 | -UIKIT_EXTERN NSString *const kCNLiveLoginSuccess; | ||
| 13 | 12 | ||
| 14 | @interface CNLiveLoginController : UIViewController | 13 | @interface CNLiveLoginController : UIViewController |
| 15 | @property (nonatomic, assign) BOOL isShowClose; | 14 | @property (nonatomic, assign) BOOL isShowClose; |
CNLiveBLoginModule/Classes/Controller/CNLiveLoginController.m
| @@ -37,7 +37,6 @@ | @@ -37,7 +37,6 @@ | ||
| 37 | @end | 37 | @end |
| 38 | 38 | ||
| 39 | @implementation CNLiveLoginController | 39 | @implementation CNLiveLoginController |
| 40 | -NSString *const kCNLiveLoginSuccess = @"CNLiveLoginSuccess"; | ||
| 41 | 40 | ||
| 42 | #pragma mark - 生命周期 | 41 | #pragma mark - 生命周期 |
| 43 | - (void)viewWillAppear:(BOOL)animated{ | 42 | - (void)viewWillAppear:(BOOL)animated{ |