Merge branch 'develop' into feature/iOS9-Updates

This commit is contained in:
Andreas Linde
2015-08-13 13:52:24 +02:00
3 changed files with 16 additions and 5 deletions

View File

@@ -228,7 +228,6 @@ 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
@see `[BITFeedbackComposeViewController prepareWithItems:]`
*/
@property (nonatomic, copy) NSArray *feedbackComposerPreparedItems;