Protocols
The following protocols are available globally.
-
A protocol to be implemented by a TSClient’s delegate.
See moreDeclaration
Objective-C
@protocol TSClientDelegate <NSObject>
Swift
protocol TSClientDelegate : NSObjectProtocol
-
Protocol implemented by a delegate of the TimelineSynchroniser class
See moreDeclaration
Objective-C
@protocol TimelineSynchroniserDelegate <NSObject>
Swift
protocol TimelineSynchroniserDelegate : NSObjectProtocol