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

18 lines
373 B
Objective-C
Raw Permalink Normal View History

#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
2019-08-12 11:20:21 +02:00
#import "cct.nanopb.h"
2019-08-12 11:20:21 +02:00
FOUNDATION_EXPORT double GoogleDataTransportCCTSupportVersionNumber;
FOUNDATION_EXPORT const unsigned char GoogleDataTransportCCTSupportVersionString[];