minivmac4ios/Mini vMac/UIImage+DiskImageIcon.h

17 lines
332 B
C
Raw Normal View History

2016-05-21 13:01:57 +00:00
//
// UIImage+DiskImageIcon.h
// Mini vMac
//
// Created by Jesús A. Álvarez on 21/05/2016.
// Copyright © 2016 namedfork. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIImage (DiskImageIcon)
+ (UIImage *)imageWithIconForDiskImage:(NSString *)path;
2016-05-25 17:50:54 +00:00
+ (NSCache<NSString*,UIImage*> *)diskImageIconCache;
2016-05-21 13:01:57 +00:00
@end