摘要: @interface YkMainViewController : UIViewController <YkFlipsideViewControllerDelegate>{ NSOperationQueue *operationQueue; BOOL b_init;}@interface MyTask : NSOperation{ int operationId;}@property int operationId;@end#import "MyTask.h"@implementation MyTask@synthesize operationId;- (voi 阅读全文
posted @ 2011-11-24 11:30 Gang.Wang 阅读(1038) 评论(1) 推荐(0) 编辑