This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
avh-plan-ios/Pods/Target Support Files/FirebaseInstanceID/FirebaseInstanceID-umbrella.h
T

19 lines
385 B
Objective-C

#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "FirebaseInstanceID.h"
#import "FIRInstanceID.h"
FOUNDATION_EXPORT double FirebaseInstanceIDVersionNumber;
FOUNDATION_EXPORT const unsigned char FirebaseInstanceIDVersionString[];