Files
MessagesTableViewController/MessagesDemo/AppDelegate.h
2013-03-17 23:48:15 -04:00

15 lines
278 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