Commit b24f78625efab5b4214d560610fc5960b14eb21f
1 parent
c7253a97
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveServices/Classes/Environment/CNLiveEnvironmentServiceProtocol.h
| ... | ... | @@ -18,7 +18,7 @@ typedef NS_ENUM(NSInteger, CNLiveEnvironmentType) { |
| 18 | 18 | }; |
| 19 | 19 | |
| 20 | 20 | @protocol CNLiveEnvironmentServiceProtocol <NSObject, BHServiceProtocol> |
| 21 | -+ (void)setEnvironment:(CNLiveEnvironmentType)isEnvironment; | |
| 21 | +- (void)setEnvironment:(CNLiveEnvironmentType)isEnvironment; | |
| 22 | 22 | |
| 23 | 23 | |
| 24 | 24 | @end | ... | ... |