mirror of
https://github.com/zhigang1992/MessagesTableViewController.git
synced 2026-04-18 12:11:04 +08:00
15 lines
278 B
Objective-C
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 |