AgoraChatSDK
1.0.7
AgoraChat.framework
Headers
AgoraChatPageResult.h
1
15
#import <Foundation/Foundation.h>
16
24
@interface
AgoraChatPageResult
<__covariant ObjectType> : NSObject
25
33
@property
(nonatomic, strong) NSArray<ObjectType> *_Nullable list;
34
42
@property
(nonatomic) NSInteger
count
;
43
61
+ (instancetype _Nonnull)pageResultWithList:(NSArray<ObjectType> * _Nullable)aList
62
andCount:(NSInteger)aCount;
63
64
@end
AgoraChatPageResult
Definition:
AgoraChatPageResult.h:24
AgoraChatPageResult::count
NSInteger count
Definition:
AgoraChatPageResult.h:42
Generated by
1.9.4