Files
Mike Enriquez d993f0fd5a FIRST
2012-01-24 11:27:19 -05:00

17 lines
331 B
Objective-C

//
// AppDelegate.h
// ECSlidingViewController
//
// Created by Michael Enriquez on 1/23/12.
// Copyright (c) 2012 EdgeCase. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "ECSlidingViewController.h"
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end