Skip to content

Commit

Permalink
🍭 Release 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Apr 22, 2016
1 parent 3a36af0 commit c7af3e9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ In me the tiger sniffs the rose.
}
````

* 回调当前页码的 delegate:(``@optional`)
* 回调当前页码的 delegate:(`@optional`)

````objc
// 当前页码的代理
Expand All @@ -80,12 +80,6 @@ In me the tiger sniffs the rose.

#pragma mark - LCNewFeatureVC Delegate

/**
* 代理方法,回调当前页码
*
* @param newFeatureVC 控制器
* @param page 当前页码
*/
- (void)newFeatureVC:(LCNewFeatureVC *)newFeatureVC page:(NSInteger)page {
NSLog(@"%@ -> Page: %d", newFeatureVC, (int)page);
}
Expand Down

0 comments on commit c7af3e9

Please sign in to comment.