Files
FinalYearProject-MyMind/My Mind/Pods/FirebaseAuth/Frameworks/FirebaseAuth.framework/Headers/FirebaseAuthVersion.h
Alexander Davis fac9e66f61 Final Upload
2017-06-01 22:12:04 +01:00

19 lines
459 B
Objective-C

/*! @file FirebaseAuthVersion.h
@brief Firebase SDK
@copyright Copyright 2016 Google Inc.
@remarks Use of this SDK is subject to the Google APIs Terms of Service:
https://developers.google.com/terms/
*/
#import <Foundation/Foundation.h>
/**
Version number for FirebaseAuth.
*/
extern const double FirebaseAuthVersionNumber;
/**
Version string for FirebaseAuth.
*/
extern const unsigned char *const FirebaseAuthVersionString;