Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
More documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed May 27, 2014
1 parent 038b2b4 commit 88ed46b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Classes/BITFeedbackManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ typedef NS_ENUM(NSInteger, BITFeedbackObservationMode) {
The delegate is automatically set by using `[BITHockeyManager setDelegate:]`. You
should not need to set this delegate individually.
@see `[BITHockeyManager setDelegate:`]
@see `[BITHockeyManager setDelegate:]`
*/
@property (nonatomic, weak) id<BITFeedbackManagerDelegate> delegate;

Expand Down Expand Up @@ -294,6 +294,8 @@ typedef NS_ENUM(NSInteger, BITFeedbackObservationMode) {
All NSString-Content in the array will be concatenated and result in the message,
while all UIImage and NSData-instances will be turned into attachments.
@param items an NSArray with objects that should be attached
*/
- (void)showFeedbackComposeViewWithPreparedItems:(NSArray *)items;

Expand Down

0 comments on commit 88ed46b

Please sign in to comment.