19 lines
381 B
Objective-C
Executable File
19 lines
381 B
Objective-C
Executable File
#import <Ably/ARTDataQuery.h>
|
|
#import <Ably/ARTRealtimeChannel+Private.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface ARTDataQuery (Private)
|
|
|
|
- (nullable NSMutableArray /* <NSURLQueryItem *> */ *)asQueryItems:(NSError *_Nullable *)error;
|
|
|
|
@end
|
|
|
|
@interface ARTRealtimeHistoryQuery ()
|
|
|
|
@property (strong, readwrite) ARTRealtimeChannelInternal *realtimeChannel;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|