mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-04-02 10:45:52 +00:00
17 lines
283 B
Objective-C
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
|
|
|