Initial Commit
This commit is contained in:
15
Espagram/EspagramAppDelegate.h
Normal file
15
Espagram/EspagramAppDelegate.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// EspagramAppDelegate.h
|
||||
// Espagram
|
||||
//
|
||||
// Created by Abel Fokkinga on 8/27/12.
|
||||
// Copyright (c) 2012 Abel Fokkinga. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface EspagramAppDelegate : UIResponder <UIApplicationDelegate>
|
||||
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user