OSDN Git Service

UIを調整
[kcd/KCD.git] / KCD / HMCombinedCommand.h
1 //
2 //  HMCombinedCommand.h
3 //  KCD
4 //
5 //  Created by Hori,Masaki on 2015/11/26.
6 //  Copyright (c) 2015年 Hori,Masaki. All rights reserved.
7 //
8
9 #import "HMJSONCommand.h"
10
11 typedef NS_ENUM(NSUInteger, CombineType) {
12         cancel,
13         maneuver,
14         water,
15         transportation,
16 };
17
18 @interface HMCombinedCommand : HMJSONCommand
19
20 @end
21
22 extern NSString *HMCombinedCommandCombinedDidCangeNotification;
23 extern NSString         *HMCombinedType;        // NSNumber of CombineType