Skip to content

Commit

Permalink
Merge pull request #1650 from ably/fix-66ee0f7-issues
Browse files Browse the repository at this point in the history
Fix a couple of issues introduced in `66ee0f7`
  • Loading branch information
lawrence-forooghian authored Apr 12, 2023
2 parents 876fbb8 + 42a4a53 commit 48cb1c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions Source/ARTCrypto.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ - (BOOL)ccAlgorithm:(CCAlgorithm *)algorithm error:(NSError **)error;

@end

@interface ARTCrypto ()

@property (nonatomic) ARTInternalLog *logger;

@end

@interface ARTCbcCipher ()

@property CCAlgorithm algorithm;
Expand Down
1 change: 0 additions & 1 deletion Source/PrivateHeaders/Ably/ARTCrypto+Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ NS_ASSUME_NONNULL_BEGIN
@interface ARTCipherParams ()

@property (readonly, nonatomic, nullable) NSData *iv;
@property (nonatomic) ARTInternalLog *logger;
- (instancetype)initWithAlgorithm:(NSString *)algorithm key:(id<ARTCipherKeyCompatible>)key iv:(NSData *_Nullable)iv;

@end
Expand Down

0 comments on commit 48cb1c6

Please sign in to comment.