AppDelegate.h
309バイト
//
// AppDelegate.h
// jacket_ios
//
// Created by ドラッサル 亜嵐 on 2016/04/27.
// Copyright © 2016年 ドラッサル 亜嵐. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end