HyphenateSDK
3.6.1
|
#import <EMPageResult.h>
类方法 | |
(instancetype) | + pageResultWithList:andCount: |
属性 | |
NSArray * | list |
NSInteger | count |
+ (instancetype) pageResultWithList: | (NSArray *) | aList | |
andCount: | (NSInteger) | aCount | |
创建实例
aList | 结果列表<id> |
aCount | 获取当前列表数目 |
|
readwritenonatomicassign |
获取当前列表数目
|
readwritenonatomicstrong |
结果列表<id>