espagram/Espagram/EspagramAppDelegate.h
2012-08-27 20:39:49 +02:00

16 lines
298 B
Objective-C

//
// 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