Commit 7b9f1a72669ee568e727cbbdd046273446b80421

Authored by 梁星国
1 parent fe796bb9

提交更改

Example/CNLiveOrganizationValidationModule/CNLIVEBViewController.h
@@ -7,7 +7,8 @@ @@ -7,7 +7,8 @@
7 // 7 //
8 8
9 @import UIKit; 9 @import UIKit;
  10 +#import <CNLiveBusinessBaseModule/CNLiveBusinessBaseModule.h>
10 11
11 -@interface CNLIVEBViewController : UIViewController 12 +@interface CNLIVEBViewController : CNCommonViewController
12 13
13 @end 14 @end