Skip to content

Commit

Permalink
Merge pull request #59 from taichino/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
taichino authored May 29, 2019
2 parents 85fc806 + 02b0bc5 commit af252ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions XExtensionItem/XExtensionItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -303,7 +303,7 @@ typedef UIImage *(^XExtensionItemThumbnailProvidingBlock)(CGSize suggestedSize,
/**
@see `XExtensionItemSource`
*/
@property (nonatomic, readonly) NSArray/*<NSItemProvider>*/ *attachments;
@property (nonatomic, readonly) NSArray /* <NSItemProvider *> */ *attachments;

/**
@see `XExtensionItemSource`
Expand All @@ -318,7 +318,7 @@ typedef UIImage *(^XExtensionItemThumbnailProvidingBlock)(CGSize suggestedSize,
/**
@see `XExtensionItemSource`
*/
@property (nonatomic, readonly) NSArray/*<NSString>*/ *tags;
@property (nonatomic, readonly) NSArray /* <NSString *> */ *tags;

/**
@see `XExtensionItemSource`
Expand Down

0 comments on commit af252ca

Please sign in to comment.