Commit f3328157f1c9c008b7698cc926b38911e1c1ae51

Authored by zhangxiaowen
1 parent e00ecea5

no message

CNLiveMineModule/Classes/Controller/CNLiveMineController.h
... ... @@ -6,6 +6,10 @@
6 6 // Copyright (c) 2019 153993236@qq.com. All rights reserved.
7 7 //
8 8  
  9 +/**
  10 + * 我的页面
  11 + */
  12 +
9 13 #import <UIKit/UIKit.h>
10 14  
11 15 NS_ASSUME_NONNULL_BEGIN
... ...
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>
... ...