Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iTofu committed Apr 26, 2017
1 parent 550598d commit 9ff3d10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/LCActionSheet.h
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,10 @@ typedef void(^LCActionSheetDidDismissHandler)(LCActionSheet *actionSheet, NSUInt
/**
Append buttons at indexSet with titles.
@param titles titles
@param indexSet indexSet
@param titles titles
@param indexes indexes
*/
- (void)appendButtonsWithTitles:(NSArray<NSString *> *)titles atIndexex:(NSIndexSet *)indexes;
- (void)appendButtonsWithTitles:(NSArray<NSString *> *)titles atIndexes:(NSIndexSet *)indexes;

/**
Show the instance of LCActionSheet.
Expand Down

0 comments on commit 9ff3d10

Please sign in to comment.