@class一般用于头文件中需要声明该类的某个实例变量的时候用到,在.m文件中 还是需要使用#import
@class
.m
#import
和#import比起来,#include的好处就是不会引起重复包含
#include