Files
MessagesTableViewController/MessagesDemo/AppDelegate.h
Jesse Squires 1c6cb4c156 initial commit
2013-02-17 11:41:23 -05:00

16 lines
279 B
Objective-C

//
// AppDelegate.h
// Messages
//
// Created by Jesse Squires on 2/12/13.
// Copyright (c) 2013 Hexed Bits. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end