Task Master 1.0 Code Pull

This commit is contained in:
2018-12-26 23:51:35 +00:00
parent e8d59db292
commit b920f3742b
284 changed files with 22772 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
/*! @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;