15#import <Foundation/Foundation.h>
36@property (nonatomic, strong) NSArray<ObjectType> * _Nullable list;
45@property (nonatomic, copy) NSString * _Nullable
cursor;
64+ (instancetype _Nonnull)cursorResultWithList:(NSArray<ObjectType> * _Nullable)aList
65 andCursor:(NSString * _Nullable)aCusror;
Definition: EMCursorResult.h:27
NSString *_Nullable cursor
Definition: EMCursorResult.h:45