Objective-C Category(类目)的简单练习
Objective-C category类目的操作练习
main.m
1 |
|
文件的简单列表如下:
- Person.h
- Person.m
- Person+Revert.h
- Person+Revert.m
- NSArray+Convert.h
- NSArray+Convert.m
Person.h
1 | // |
Person.m
1 | // |
Person+Revert.h
1 | // |
Person+Revert.m
1 | // |
NSArray+Convert.h
1 | // |
NSArray+Convert.m
1 | // |