HyphenateSDK
3.6.1
首页
类
文件
文件列表
Hyphenate.framework
Headers
EMPageResult.h
1
15
#import <Foundation/Foundation.h>
16
24
@interface
EMPageResult
: NSObject
25
33
@property
(nonatomic, strong) NSArray *
list
;
34
42
@property
(nonatomic) NSInteger
count
;
43
61
+ (instancetype)pageResultWithList:(NSArray *)aList
62
andCount:(NSInteger)aCount;
63
64
@end
EMPageResult::list
NSArray * list
Definition:
EMPageResult.h:33
EMPageResult::count
NSInteger count
Definition:
EMPageResult.h:42
EMPageResult
Definition:
EMPageResult.h:24
制作者
1.8.11