Skip to content

Commit

Permalink
Removed unnecessary interface definitions of private methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Blumberg authored and Lars Blumberg committed Aug 21, 2014
1 parent 6dea80e commit bca6517
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/shared/AFCache.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ @interface AFCache()
@property (nonatomic, assign) BOOL wantsToArchive;
@property (nonatomic, assign) BOOL connectedToNetwork;
@property (nonatomic, strong) NSOperationQueue *packageArchiveQueue;

- (void)serializeState:(NSDictionary*)infoStore;
- (void)cancelAllDownloads;
- (id)initWithContext:(NSString*)context;

@property (nonatomic, strong) NSOperationQueue *downloadOperationQueue;

@end
Expand Down

0 comments on commit bca6517

Please sign in to comment.