S.J*_*Lim 1 objective-c appcode
我使用了appCode.
当我在@implementation文件中编写方法时,我想通过appCode的一些功能自动将方法声明为heder文件.
ex)我在@implementation文件中编写了一个方法.
@implementation myClass
- (void)testMethod{
}
@end
Run Code Online (Sandbox Code Playgroud)
自动将方法声明为@interface文件.
@interface myClass
- (void)testMethod; <== automatically insert.
@end
Run Code Online (Sandbox Code Playgroud)
如何通过appcode的功能自动将方法声明为头文件?
| 归档时间: |
|
| 查看次数: |
461 次 |
| 最近记录: |