iOS 之 #import与#include的区别及@class

#import 相比#include不会引起交叉编译。

@class一般用于头文件中需要声明该类的变量时用到

原文地址:https://www.cnblogs.com/SimonGao/p/5035628.html