mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Remove @param documentation command used with a property, not a method/function
This commit is contained in:
@@ -228,7 +228,6 @@ typedef NS_ENUM(NSInteger, BITFeedbackObservationMode) {
|
|||||||
All NSString-Content in the array will be concatenated and result in the message,
|
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.
|
while all UIImage and NSData-instances will be turned into attachments.
|
||||||
|
|
||||||
@param items an NSArray with objects that should be attached
|
|
||||||
@see `[BITFeedbackComposeViewController prepareWithItems:]`
|
@see `[BITFeedbackComposeViewController prepareWithItems:]`
|
||||||
*/
|
*/
|
||||||
@property (nonatomic, copy) NSArray *feedbackComposerPreparedItems;
|
@property (nonatomic, copy) NSArray *feedbackComposerPreparedItems;
|
||||||
|
|||||||
Reference in New Issue
Block a user