Showing
1 changed file
with
1 additions
and
1 deletions
@@ -14,6 +14,6 @@ | @@ -14,6 +14,6 @@ | ||
14 | * #pragma mark - life cycle | 14 | * #pragma mark - life cycle |
15 | * #pragma mark - public methods | 15 | * #pragma mark - public methods |
16 | * #pragma mark - private methods | 16 | * #pragma mark - private methods |
17 | -* pragma mark - event response (所有button、gestureRecognizer的响应事件都放在这个区域里面) | 17 | +* #pragma mark - event response (所有button、gestureRecognizer的响应事件都放在这个区域里面) |
18 | * #pragma mark - Observer methods | 18 | * #pragma mark - Observer methods |
19 | * #pragma mark - 各种Delegate | 19 | * #pragma mark - 各种Delegate |
-
Please register or login to post a comment