HyphenateSDK  3.6.1
类方法 | 属性 | 所有成员列表
EMPageResult类 参考

#import <EMPageResult.h>

类 EMPageResult 继承关系图:

类方法

(instancetype) + pageResultWithList:andCount:
 

属性

NSArray * list
 
NSInteger count
 

详细描述

EMPageResult.h 分段结果

作者
Hyphenate
版本
3.00

分段结果

函数文档

+ (instancetype) pageResultWithList: (NSArray *)  aList
andCount: (NSInteger)  aCount 

创建实例

参数
aList结果列表<id>
aCount获取当前列表数目
返回
分段结果的实例

属性说明

- (NSInteger) count
readwritenonatomicassign

获取当前列表数目

- (NSArray*) list
readwritenonatomicstrong

结果列表<id>


该类的文档由以下文件生成: