objective-c 語法快速過(3)

oc 裏的匿名對象   oc 這裏,很少用到,因爲並不適用於oc的內存管理,只是面試筆試也許出現,要求能看懂,不要在項目裏這樣寫,因爲寫匿名對象,會造成內存泄露 #import <Foundation/Foundation.h> @interface Car : NSObject { @public int speed; } - (void)run; @end @implement
相關文章
相關標籤/搜索