- Timestamp:
- 07/07/11 12:52:14 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
apps/iphone/superbook/trunk/DotTel_SDK/Classes/TelDomain.h
r851 r864 86 86 - (NSString *)telFromQueryString:(NSString *)query; 87 87 88 // utility 89 + (void)deleteCachedArchiveForTelName:(NSString *)telName; 90 + (NSString *)archivesDirectory; 91 88 92 @property (nonatomic, readonly) BOOL isCached; 89 93 @property (nonatomic, readonly) NSString *telName; … … 102 106 @property (nonatomic, assign) id <TelDomainDelegate> delegate; 103 107 108 104 109 @end








