Files
2018-04-02 15:33:24 -07:00

17 lines
287 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