Commit 636274c894b9d372a59bed88fb57bc6b6ba8c00d
1 parent
5824c40c
no message
Showing
3 changed files
with
4 additions
and
0 deletions
CNLiveUserSystemDemo/CNLiveUserSystemSDK.framework/CNLiveUserSystemSDK
No preview for this file type
CNLiveUserSystemDemo/CNLiveUserSystemSDK.framework/Headers/CNLiveUserSystemCenter.h
| ... | ... | @@ -143,5 +143,9 @@ |
| 143 | 143 | */ |
| 144 | 144 | + (void)feedbackWithContentId:(NSString *)contentId message:(NSString *)message success:(void (^)(id result))success failure :(void (^)(NSError *error))failure; |
| 145 | 145 | |
| 146 | +/** | |
| 147 | + * 获取SDK版本号 | |
| 148 | + */ | |
| 149 | ++ (NSString *)getVersion; | |
| 146 | 150 | |
| 147 | 151 | @end | ... | ... |
CNLiveUserSystemDemo/CNLiveUserSystemSDK.framework/Info.plist
No preview for this file type