mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-16 22:40:44 +08:00
17 lines
317 B
Objective-C
Executable File
17 lines
317 B
Objective-C
Executable File
//
|
|
// AppDelegate.h
|
|
// Messenger-Programatic
|
|
//
|
|
// Created by Ignacio Romero Zurbuchen on 8/15/14.
|
|
// Copyright (c) 2014 Slack Technologies, Inc. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|
|
|