samhuri.net-ios/Blog/AppDelegate.h
2014-10-18 01:52:08 -07:00

17 lines
283 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/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end