Commit f3328157f1c9c008b7698cc926b38911e1c1ae51
1 parent
e00ecea5
no message
Showing
2 changed files
with
4 additions
and
3 deletions
CNLiveMineModule/Classes/Controller/CNLiveMineController.h
CNLiveMineModule/Classes/Module/CNLiveMineModule.m
| ... | ... | @@ -8,9 +8,6 @@ |
| 8 | 8 | |
| 9 | 9 | #import "CNLiveMineModule.h" |
| 10 | 10 | #import "CNLiveServices.h" |
| 11 | -#import "CNLiveInfoUpdateController.h" | |
| 12 | -#import "CNLiveMineService.h" | |
| 13 | -#import "CNLiveMineServiceProtocol.h" | |
| 14 | 11 | |
| 15 | 12 | @BeeHiveMod(CNLiveMineModule) |
| 16 | 13 | @interface CNLiveMineModule()<BHModuleProtocol> | ... | ... |