minivmac4ios/Mini vMac/UIImage+DiskImageIcon.h

18 lines
341 B
C
Raw Normal View History

2016-05-21 15:01:57 +02:00
//
// UIImage+DiskImageIcon.h
// Mini vMac
//
// Created by Jesús A. Álvarez on 21/05/2016.
2018-04-28 12:12:43 +02:00
// Copyright © 2016-2018 namedfork. All rights reserved.
2016-05-21 15:01:57 +02:00
//
#import <UIKit/UIKit.h>
2016-07-02 23:06:09 +02:00
extern NSString *DidUpdateIconForDiskImageNotification;
2016-05-21 15:01:57 +02:00
@interface UIImage (DiskImageIcon)
+ (UIImage *)imageWithIconForDiskImage:(NSString *)path;
@end