Sign in
iOS Team
/
CNLiveCommonClass
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c9f300e9b80229d644f82204eebff803eaefcb6d
Authored by
zhangxiaowen
2019-04-13 08:41:33 +0800
1 parent
d6517e7f
no message
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
CNLiveCommonClass/Classes/CNThemeProtocol.h
CNLiveCommonClass/Classes/CNThemeProtocol.h
View file @
c9f300e
...
...
@@ -8,6 +8,7 @@
8
8
9
9
10
10
#import <Foundation/Foundation.h>
11
+#import <UIKit/UIKit.h>
11
12
12
13
/// 所有主题均应实现这个协议,规定了 QMUI Demo 里常用的几个关键外观属性
13
14
@protocol CNThemeProtocol <NSObject>
...
...