Fix documentation bug

This commit is contained in:
Andreas Linde 2013-09-12 00:49:35 +02:00
parent 72255ee4f0
commit d71f5b737e

View File

@ -44,11 +44,7 @@
/**
Sets the `BITUpdateManagerDelegate` delegate.
When using `BITUpdateManager` to distribute updates of your beta or enterprise
application, it is _REQUIRED_ to set this delegate and implement
`[BITUpdateManagerDelegate customDeviceIdentifierForUpdateManager:]`!
Sets the `BITFeedbackComposeViewControllerDelegate` delegate.
*/
@property (nonatomic, weak) id<BITFeedbackComposeViewControllerDelegate> delegate;