mirror of
https://github.com/zhigang1992/MessagesTableViewController.git
synced 2026-05-08 21:13:17 +08:00
16 lines
279 B
Objective-C
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
|