mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
13 lines
225 B
Objective-C
13 lines
225 B
Objective-C
//
|
|
// OfflineCleanImages.h
|
|
// NewsBlur
|
|
//
|
|
// Created by Samuel Clay on 8/5/13.
|
|
// Copyright (c) 2013 NewsBlur. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface OfflineCleanImages : NSOperation
|
|
|
|
@end
|