Files
2016-07-25 11:38:57 -07:00

16 lines
286 B
Objective-C

//
// SEGAppDelegate.h
// Segment-Firebase
//
// Created by wcjohnson11 on 07/25/2016.
// Copyright (c) 2016 wcjohnson11. All rights reserved.
//
@import UIKit;
@interface SEGAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end