You've already forked Task-Master-2.0
mirror of
https://github.com/MrLyallCSIT/Task-Master-2.0.git
synced 2026-01-18 07:09:38 +00:00
19 lines
459 B
Objective-C
Executable File
19 lines
459 B
Objective-C
Executable File
/*! @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;
|