Commit b24f78625efab5b4214d560610fc5960b14eb21f

Authored by zhangxiaowen
1 parent c7253a97

no message

CNLiveServices/Classes/Environment/CNLiveEnvironmentServiceProtocol.h
@@ -18,7 +18,7 @@ typedef NS_ENUM(NSInteger, CNLiveEnvironmentType) { @@ -18,7 +18,7 @@ typedef NS_ENUM(NSInteger, CNLiveEnvironmentType) {
18 }; 18 };
19 19
20 @protocol CNLiveEnvironmentServiceProtocol <NSObject, BHServiceProtocol> 20 @protocol CNLiveEnvironmentServiceProtocol <NSObject, BHServiceProtocol>
21 -+ (void)setEnvironment:(CNLiveEnvironmentType)isEnvironment; 21 +- (void)setEnvironment:(CNLiveEnvironmentType)isEnvironment;
22 22
23 23
24 @end 24 @end