mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various documentation fixes and updates
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
@class BITAuthenticator;
|
||||
@class BITHockeyAppClient;
|
||||
|
||||
/**
|
||||
* View controller handling user interaction for `BITAuthenticator`
|
||||
*/
|
||||
@interface BITAuthenticationViewController : UITableViewController
|
||||
|
||||
- (instancetype) initWithDelegate:(id<BITAuthenticationViewControllerDelegate>) delegate;
|
||||
@@ -61,6 +64,9 @@
|
||||
|
||||
@end
|
||||
|
||||
/**
|
||||
* BITAuthenticationViewController protocol
|
||||
*/
|
||||
@protocol BITAuthenticationViewControllerDelegate<NSObject>
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user