Skip to content

Commit f264245

Browse files
committedSep 11, 2015
Update README.md
1 parent e3f7fd6 commit f264245

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This is a quickie pair of categories on UIAlertView and UIActionSheet which enab
66
FORK CHANGE
77
------------
88
* RIButtonItem: RISimpleAction -> RIAction<br>
9-
* RIButtonItem: add mehtod
9+
* RIButtonItem: add method
1010

11-
+ (id)itemWithLabel: action:
11+
+ (instancetype)itemWithLabel:(NSString *)inLabel action:(RIAction)action
1212
1313
* UIAlertView+Blocks and UIActionSheet+Blocks add -init method;
14-
* UIActionSheet+Blocks add methos,
14+
* UIActionSheet+Blocks add method,
1515

1616
- (NSInteger)addCancelButtonItem:(RIButtonItem *)item;
1717
- (NSInteger)addDestructiveButtonItem:(RIButtonItem *)item;

0 commit comments

Comments
 (0)
Please sign in to comment.