OSDN Git Service

UIを調整
[kcd/KCD.git] / KCD / HMFailedCommand.m
1 //
2 //  HMFailedCommand.m
3 //  KCD
4 //
5 //  Created by Hori,Masaki on 2015/10/10.
6 //  Copyright © 2015年 Hori,Masaki. All rights reserved.
7 //
8
9 #import "HMFailedCommand.h"
10
11 @implementation HMFailedCommand
12 - (void)execute
13 {
14         NSLog(@"Fail API command -> %@\nparameter -> %@\njson-> %@",
15                   self.api, self.arguments, self.json);
16 }
17 @end