Various documentation fixes and updates

This commit is contained in:
Andreas Linde
2013-09-12 12:21:12 +02:00
parent 67a4e1b6f9
commit d7ae69860d
20 changed files with 314 additions and 136 deletions

View File

@@ -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>
/**