OSDN Git Service

UIを調整
[kcd/KCD.git] / KCD / HMMasterMapAreaCommand.m
1 //
2 //  HMMasterMapAreaCommand.m
3 //  KCD
4 //
5 //  Created by Hori,Masaki on 2014/02/16.
6 //  Copyright (c) 2014年 Hori,Masaki. All rights reserved.
7 //
8
9 #import "HMMasterMapAreaCommand.h"
10
11 @implementation HMMasterMapAreaCommand
12 - (NSString *)dataKey
13 {
14         return @"api_data.api_mst_maparea";
15 }
16 - (void)execute
17 {
18         [self commitJSONToEntityNamed:@"MasterMapArea"];
19 }
20 @end