Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuming
/
developer-docs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huihong
2016-04-09 18:40:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fd69f0c1480e0279c2df30287ac0ab3c790c92a4
fd69f0c1
1 parent
ea2758b2
Updated IOS编码规范 (markdown)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
IOS编码规范.md
IOS编码规范.md
View file @
fd69f0c
...
...
@@ -14,6 +14,6 @@
*
#pragma mark - life cycle
*
#pragma mark - public methods
*
#pragma mark - private methods
*
pragma mark - event response (所有button、gestureRecognizer的响应事件都放在这个区域里面)
*
#
pragma mark - event response (所有button、gestureRecognizer的响应事件都放在这个区域里面)
*
#pragma mark - Observer methods
*
#pragma mark - 各种Delegate
...
...
Please
register
or
login
to post a comment