iphone-common-codes-ccteam源代码 CCPlistFileWritter.h

来源:互联网 发布:上海 旗袍店 知乎 编辑:程序博客网 时间:2024/05/18 11:34
////  CCPlistFileWritter.h//  CCFC////  Created by xichen on 11-12-18.//  Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>#import "CCPlistFileReader.h"@interface CCPlistFileWritter : CCPlistFileReader{        id              _writterObj;}// for NSDictionary- (void)removeObjectForKey:(id)key;- (void)setObject:(id)object forKey:(id)key;// for NSArray- (void)addObject:(id)anObject;- (void)insertObject:(id)anObject atIndex:(NSUInteger)index;- (void)removeLastObject;- (void)removeObjectAtIndex:(NSUInteger)index;- (void)replaceObjectAtIndex:(NSUInteger)index withObject:(id)anObject;@end


可能有更新:

googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCPlistFileWritter.h
github地址: https://github.com/cxsjabc/iphone-common-codes-ccteam/tree/master/CCFC/files/CCPlistFileWritter.h


原创粉丝点击