From 02b0bc5a75a8588511579328c1205b08be18af9e Mon Sep 17 00:00:00 2001 From: taichino Date: Thu, 28 Mar 2019 15:56:48 -0400 Subject: [PATCH] Fix typo --- XExtensionItem/XExtensionItem.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`