Skip to content

Commit

Permalink
Remove ARTRestInternal's conformance to ARTHTTPExecutor
Browse files Browse the repository at this point in the history
Nobody makes use of this conformance.
  • Loading branch information
lawrence-forooghian committed Jan 15, 2025
1 parent fb0ea91 commit 9147528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTRest+Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
NS_ASSUME_NONNULL_BEGIN

/// ARTRest private methods that are used internally and for internal testing
@interface ARTRestInternal : NSObject <ARTHTTPExecutor>
@interface ARTRestInternal : NSObject

- (instancetype)init NS_UNAVAILABLE;
- (instancetype)initWithOptions:(ARTClientOptions *)options;
Expand Down

0 comments on commit 9147528

Please sign in to comment.