OSDN Git Service

警告を消した
authormasakih <masakih@users.sourceforge.jp>
Thu, 22 Sep 2016 13:44:07 +0000 (22:44 +0900)
committermasakih <masakih@users.sourceforge.jp>
Thu, 22 Sep 2016 13:44:07 +0000 (22:44 +0900)
KCD/HMScreenshotEditorViewController.m
KCD/HMScreenshotListViewController.h

index 9494a0b..20c1f16 100644 (file)
@@ -10,6 +10,7 @@
 
 #import "HMScreenshotInformation.h"
 
+#import "HMScreenshotListViewController.h"
 #import "HMTiledImageView.h"
 
 
index 8d93e4c..7d79b82 100644 (file)
@@ -14,5 +14,7 @@
 
 @property (nonatomic, strong) HMScreenshotModel *screenshots;
 
+- (IBAction)registerImage:(id)sender;
+
 @end