OSDN Git Service

UIを調整
[kcd/KCD.git] / KCD / HMStrengthenListItemCellView.h
1 //
2 //  HMStrengthenListItemCellView.h
3 //  KCD
4 //
5 //  Created by Hori,Masaki on 2015/06/13.
6 //  Copyright (c) 2015年 Hori,Masaki. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 #import "HMEnhancementListItem.h"
12
13 @interface HMStrengthenListItemCellView : NSTableCellView
14
15 @property (strong) HMEnhancementListItem *item;
16
17 // for Cocoa Bindings
18 @property (readonly) NSString *secondsShipList;
19 @property (readonly) HMRequiredEquipment *requiredEquipment01;
20 @property (readonly) HMRequiredEquipment *requiredEquipment02;
21 @property (readonly) HMRequiredEquipment *requiredEquipment03;
22 @property (readonly) NSString *targetEquipment;
23 @property (readonly) NSString *remodelEquipment;
24
25 @property (readonly) NSString *needsScrewString01;
26 @property (readonly) NSString *needsScrewString02;
27 @property (readonly) NSString *needsScrewString03;
28
29 @end