mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2024-11-22 19:31:47 +00:00
16 lines
279 B
C
16 lines
279 B
C
|
//
|
||
|
// 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;
|
||
|
|
||
|
@end
|