Skip to content

Commit

Permalink
remove ARTRestPresenceInternal inheritance from ARTPresence
Browse files Browse the repository at this point in the history
for similar reasons to earlier removal of protocol conformances
  • Loading branch information
lawrence-forooghian committed Feb 17, 2025
1 parent a3c78a4 commit b177023
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/PrivateHeaders/Ably/ARTRestPresence+Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NS_ASSUME_NONNULL_BEGIN
@class ARTRestChannelInternal;
@class ARTInternalLog;

@interface ARTRestPresenceInternal : ARTPresence
@interface ARTRestPresenceInternal : NSObject

- (instancetype)initWithChannel:(ARTRestChannelInternal *)channel logger:(ARTInternalLog *)logger;

Expand All @@ -18,6 +18,8 @@ NS_ASSUME_NONNULL_BEGIN

- (BOOL)history:(nullable ARTDataQuery *)query callback:(ARTPaginatedPresenceCallback)callback error:(NSError *_Nullable *_Nullable)errorPtr;

- (void)history:(ARTPaginatedPresenceCallback)callback;

@end

@interface ARTRestPresence ()
Expand Down

0 comments on commit b177023

Please sign in to comment.