Changes between Version 18 and Version 19 of entity


Ignore:
Timestamp:
12/09/2011 06:13:41 PM (14 years ago)
Author:
leijingtang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • entity

    v18 v19  
    111111     loading_idx : NSInteger 该索引指向的图片为下载中 
    112112 
     113     conn : NSURLConnection 某图片的链接对象 
     114 
    113115- (void)start; 
    114116 
     
    139141 
    140142+ (void)deleteTaskAtIndex:(NSInteger)idx; 
     143 
     144+ (void)receiveSuccesNotify:(NSNotification *)noti; 
    141145 
    142146+ (BOOL)isFull;