iOS .h文件.m文件中的@interface

在.h文件中web #import <Foundation/Foundation.h> @interface Demo : NSObject @end 在.m文件中ruby #import "Demo.h" @interface Demo() @end @implementation Demo @end 一、写在.h文件中的@interface是公共的头文件,能够被任何类调用它的属性
相关文章
相关标签/搜索