HyphenateChatSDK  4.6.0
EMCursorResult.h
1 
15 #import <Foundation/Foundation.h>
16 
27 @interface EMCursorResult<__covariant ObjectType> : NSObject
28 
36 @property (nonatomic, strong) NSArray<ObjectType> * _Nullable list;
37 
45 @property (nonatomic, copy) NSString * _Nullable cursor;
46 
64 + (instancetype _Nonnull)cursorResultWithList:(NSArray<ObjectType> * _Nullable)aList
65  andCursor:(NSString * _Nullable)aCusror;
66 
67 @end
Definition: EMCursorResult.h:27
NSString *_Nullable cursor
Definition: EMCursorResult.h:45