diff --git a/XExtensionItem/XExtensionItem.h b/XExtensionItem/XExtensionItem.h index 802d0cd..effd6f4 100644 --- a/XExtensionItem/XExtensionItem.h +++ b/XExtensionItem/XExtensionItem.h @@ -107,7 +107,7 @@ typedef UIImage *(^XExtensionItemThumbnailProvidingBlock)(CGSize suggestedSize, Specify additional attachments to be used for a specific activity type only. Passing `nil` for the activity type will cause the provided attachments to be used for all types. - @param additionalAttachments Attachments. + @param attachments Attachments. @param activityType Activity type to use attachments for. */ - (void)setAdditionalAttachments:(NSArray *)attachments forActivityType:(NSString *)activityType; @@ -303,7 +303,7 @@ typedef UIImage *(^XExtensionItemThumbnailProvidingBlock)(CGSize suggestedSize, /** @see `XExtensionItemSource` */ -@property (nonatomic, readonly) NSArray/**/ *attachments; +@property (nonatomic, readonly) NSArray /* */ *attachments; /** @see `XExtensionItemSource` @@ -318,7 +318,7 @@ typedef UIImage *(^XExtensionItemThumbnailProvidingBlock)(CGSize suggestedSize, /** @see `XExtensionItemSource` */ -@property (nonatomic, readonly) NSArray/**/ *tags; +@property (nonatomic, readonly) NSArray /* */ *tags; /** @see `XExtensionItemSource`