Various fixes and documentation improvements

This commit is contained in:
Andreas Linde
2014-05-27 23:43:37 +02:00
parent 9ca84408d3
commit 3cf56aa9d6
17 changed files with 144 additions and 58 deletions

View File

@@ -55,6 +55,11 @@
/**
Sets the `BITFeedbackComposeViewControllerDelegate` delegate.
The delegate is automatically set by using `[BITHockeyManager setDelegate:]`. You
should not need to set this delegate individually.
@see `[BITHockeyManager setDelegate:`]
*/
@property (nonatomic, weak) id<BITFeedbackComposeViewControllerDelegate> delegate;