Objective-C實現一個基於數組下標[index]和字典[@"key"]的訪問模式

// // MyArray.h // 001-本身實現數組下標 // // #import <Foundation/Foundation.h> @interface MyArray : NSObject { @private NSMutableArray * mArray; } - (void)setObject:(id)anObject atIndexedSubscri
相關文章
相關標籤/搜索