为什么我看到@interface 两次(在我创建的这个 UIViewController 文件中的 .h 和 .m 文件中。.m 中的那个似乎就像一个构造函数。是吗?
.h 文件
@interface BlackTimer : UIViewController
@end
.m 文件
@interface ViewController ()
@end
为什么我看到@interface 两次(在我创建的这个 UIViewController 文件中的 .h 和 .m 文件中。.m 中的那个似乎就像一个构造函数。是吗?
.h 文件
@interface BlackTimer : UIViewController
@end
.m 文件
@interface ViewController ()
@end