15 lines
329 B
Objective-C
15 lines
329 B
Objective-C
#import <Ably/ARTConnectionDetails.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface ARTConnectionDetails ()
|
|
|
|
@property (readwrite, strong, nonatomic, nullable) NSString *clientId;
|
|
@property (readwrite, strong, nonatomic, nullable) NSString *connectionKey;
|
|
|
|
- (void)setMaxIdleInterval:(NSTimeInterval)seconds;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|