OSDN Git Service

UIを調整
[kcd/KCD.git] / KCD / HMSuppliesCell.h
1 //
2 //  HMSuppliesCell.h
3 //  UITest
4 //
5 //  Created by Hori,Masaki on 2014/07/08.
6 //  Copyright (c) 2014年 Hori,Masaki. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 #import "HMKCShipObject.h"
12
13 @interface HMSuppliesCell : NSCell
14
15 @property (nonatomic, strong) HMKCShipObject *shipStatus;
16
17 @end