// // AppDelegate.h // RSpecTest // // Created by Matsumoto Taichi on 2/16/14. // Copyright (c) 2014 taichino.com. All rights reserved. // #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window; @end