Files
swiftGrammar/Pods/Target Support Files/TrustDecision/TrustDecision-umbrella.h
2024-08-12 10:49:20 +08:00

19 lines
369 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 "TDMobRisk.h"
#import "TDMobRiskManager.h"
FOUNDATION_EXPORT double TrustDecisionVersionNumber;
FOUNDATION_EXPORT const unsigned char TrustDecisionVersionString[];