mirror of
https://github.com/caoer/analytics-ios-integration-firebase.git
synced 2026-01-12 22:44:00 +08:00
15 lines
225 B
Objective-C
15 lines
225 B
Objective-C
//
|
|
// SEGViewController.h
|
|
// Segment-Firebase
|
|
//
|
|
// Created by wcjohnson11 on 07/25/2016.
|
|
// Copyright (c) 2016 wcjohnson11. All rights reserved.
|
|
//
|
|
|
|
@import UIKit;
|
|
|
|
|
|
@interface SEGViewController : UIViewController
|
|
|
|
@end
|