8000 Update README.md · KittenYang/KYGooeyMenu@a0d24ba · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KittenYang committed May 10, 2015
1 parent ebe1dd9 commit a0d24ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Inspire by this dribbble:

###implement protocol method
```
-(void)menuDidSelected:(NSInteger)index{
NSLog(@"选中第%ld",(long)index);
-(void)menuDidSelected:(int)index{
NSLog(@"选中第%d",index);
}
Expand Down

0 comments on commit a0d24ba

Please sign in to comment.
0