2011-02-08 35 views

回答

2

當垃圾收集啓用__OBJC_GC__定義,所以你可以檢查這樣的:

struct { 
    int pod; 
#ifdef __OBJC_GC__ 
    NSString *cocoa; 
#endif 
};