摘要:
@synthesize will generate getter and setter methods and corresponding instance variable for your property. @dynamic just tells the compiler that the i 阅读全文
摘要:
You #import or #include when there is a physical dependency. Otherwise, you use forward declarations (@class MONClass, struct MONStruct, @protocol MON 阅读全文