flycast/shell/apple/emulator-ios/emulator/DiskViewCell.h

9 lines
202 B
Objective-C

#import <UIKit/UIKit.h>
@interface DiskViewCell : UITableViewCell
@property (nonatomic, retain) IBOutlet UIImageView *diskImage;
@property (nonatomic, retain) IBOutlet UILabel *nameLabel;
@end