minivmac4ios/Mini vMac/UIImage+DiskImageIcon.h

18 lines
341 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.
2018-04-28 10:12:43 +00:00
// Copyright © 2016-2018 namedfork. All rights reserved.
2016-05-21 13:01:57 +00:00
//
#import <UIKit/UIKit.h>
2016-07-02 21:06:09 +00:00
extern NSString *DidUpdateIconForDiskImageNotification;
2016-05-21 13:01:57 +00:00
@interface UIImage (DiskImageIcon)
+ (UIImage *)imageWithIconForDiskImage:(NSString *)path;
@end