You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@property (nonatomic, readonly) BOOL isCancelled SWIFT_DEPRECATED_OBJC("Swift property 'Cancellable.isCancelled' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
248
-
- (void)cancel SWIFT_DEPRECATED_OBJC("Swift method 'Cancellable.cancel()' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
- (void)didAdminAddedWithConversationId:(NSString * _Nullable)conversationIdisAdmin:(BOOL)isAdminuserId:(NSString * _Nullable)userId SWIFT_DEPRECATED_OBJC("Swift method 'RecentMessageController.didAdminAdded(conversationId:isAdmin:userId:)' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
324
314
- (void)didChangeTypingStatusWithConversationId:(NSString * _Nullable)conversationIduserId:(NSString * _Nullable)userIdisTyping:(BOOL)isTyping SWIFT_DEPRECATED_OBJC("Swift method 'RecentMessageController.didChangeTypingStatus(conversationId:userId:isTyping:)' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
315
+
- (void)didMessagesDeletedForEveryOneWithConversationId:(NSString * _Nullable)conversationIdmessageIds:(NSArray<NSString *> * _Nullable)messageIds SWIFT_DEPRECATED_OBJC("Swift method 'RecentMessageController.didMessagesDeletedForEveryOne(conversationId:messageIds:)' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
325
316
@end
326
317
327
-
@classNSURLSession;
328
-
@classNSError;
329
-
330
-
SWIFT_CLASS("_TtC10Channelize16SwiftLinkPreview")
331
-
@interface SwiftLinkPreview : NSObject
332
-
@property (nonatomic, strong) NSURLSession * _Nonnull session SWIFT_DEPRECATED_OBJC("Swift property 'SwiftLinkPreview.session' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
333
-
@property (nonatomic, readonly, strong) dispatch_queue_t _Nonnull workQueue SWIFT_DEPRECATED_OBJC("Swift property 'SwiftLinkPreview.workQueue' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
334
-
@property (nonatomic, readonly, strong) dispatch_queue_t _Nonnull responseQueue SWIFT_DEPRECATED_OBJC("Swift property 'SwiftLinkPreview.responseQueue' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
335
-
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) dispatch_queue_t _Nonnull defaultWorkQueue SWIFT_DEPRECATED_OBJC("Swift property 'SwiftLinkPreview.defaultWorkQueue' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");)
336
-
+ (dispatch_queue_t _Nonnull)defaultWorkQueue SWIFT_WARN_UNUSED_RESULT SWIFT_DEPRECATED_OBJC("Swift property 'SwiftLinkPreview.defaultWorkQueue' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
- (NSURL * _Nullable)extractURLWithText:(NSString * _Nonnull)text SWIFT_WARN_UNUSED_RESULT SWIFT_DEPRECATED_OBJC("Swift method 'SwiftLinkPreview.extractURL(text:)' uses '@objc' inference deprecated in Swift 4; add '@objc' to provide an Objective-C entrypoint");
0 commit comments