9#import <Foundation/Foundation.h>
22@property (nonatomic, strong) NSArray<ObjectType> * _Nullable list;
28@property (nonatomic, copy) NSString * _Nullable
cursor;
39+ (instancetype _Nonnull)cursorResultWithList:(NSArray<ObjectType> * _Nullable)aList
40 andCursor:(NSString * _Nullable)aCusror;
Definition: AgoraChatCursorResult.h:16
NSString *_Nullable cursor
Definition: AgoraChatCursorResult.h:28