Commit f3328157f1c9c008b7698cc926b38911e1c1ae51
1 parent
e00ecea5
no message
Showing
2 changed files
with
4 additions
and
3 deletions
CNLiveMineModule/Classes/Controller/CNLiveMineController.h
| @@ -6,6 +6,10 @@ | @@ -6,6 +6,10 @@ | ||
| 6 | // Copyright (c) 2019 153993236@qq.com. All rights reserved. | 6 | // Copyright (c) 2019 153993236@qq.com. All rights reserved. |
| 7 | // | 7 | // |
| 8 | 8 | ||
| 9 | +/** | ||
| 10 | + * 我的页面 | ||
| 11 | + */ | ||
| 12 | + | ||
| 9 | #import <UIKit/UIKit.h> | 13 | #import <UIKit/UIKit.h> |
| 10 | 14 | ||
| 11 | NS_ASSUME_NONNULL_BEGIN | 15 | NS_ASSUME_NONNULL_BEGIN |
CNLiveMineModule/Classes/Module/CNLiveMineModule.m
| @@ -8,9 +8,6 @@ | @@ -8,9 +8,6 @@ | ||
| 8 | 8 | ||
| 9 | #import "CNLiveMineModule.h" | 9 | #import "CNLiveMineModule.h" |
| 10 | #import "CNLiveServices.h" | 10 | #import "CNLiveServices.h" |
| 11 | -#import "CNLiveInfoUpdateController.h" | ||
| 12 | -#import "CNLiveMineService.h" | ||
| 13 | -#import "CNLiveMineServiceProtocol.h" | ||
| 14 | 11 | ||
| 15 | @BeeHiveMod(CNLiveMineModule) | 12 | @BeeHiveMod(CNLiveMineModule) |
| 16 | @interface CNLiveMineModule()<BHModuleProtocol> | 13 | @interface CNLiveMineModule()<BHModuleProtocol> |