Files
GitHawk/Local Pods/SlackTextViewController/Examples/Messenger-Programatic/AppDelegate.h
James Sherlock c28c088629 Initial repository spring clean (#415)
* Move SwipeCellKit & SlackTextViewController to Local Pods directory

* Move playgrounds to own folder

* Create podspec for MMMarkdown and move to Local Pods
2017-09-24 18:35:05 -04:00

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