mirror of
https://github.com/mixpanel/mixpanel-swift
synced 2026-04-21 13:37:18 +00:00
19 lines
486 B
Objective-C
19 lines
486 B
Objective-C
//
|
|
// Mixpanel.h
|
|
// Mixpanel
|
|
//
|
|
// Created by Yarden Eitan on 6/1/16.
|
|
// Copyright © 2016 Mixpanel. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for Mixpanel.
|
|
FOUNDATION_EXPORT double MixpanelVersionNumber;
|
|
|
|
//! Project version string for Mixpanel.
|
|
FOUNDATION_EXPORT const unsigned char MixpanelVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <Mixpanel/PublicHeader.h>
|
|
|
|
|