OSDN Git Service

UIを調整
[kcd/KCD.git] / KCD / HMTSVSupport.h
1 //
2 //  HMTSVSupport.h
3 //  KCD
4 //
5 //  Created by Hori,Masaki on 2014/03/23.
6 //  Copyright (c) 2014年 Hori,Masaki. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
11 @interface HMTSVSupport : NSObject
12
13 - (IBAction)save:(id)sender;
14 - (IBAction)load:(id)sender;
15
16 @end