samhuri.net-ios/Blog/AppDelegate.h
2015-03-29 23:42:04 -07:00

16 lines
273 B
Objective-C

//
// AppDelegate.h
// Blog
//
// Created by Sami Samhuri on 2014-10-18.
// Copyright (c) 2014 Guru Logic Inc. All rights reserved.
//
@import UIKit;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (nonatomic, strong) UIWindow *window;
@end