2024-06-11 10:51:38 +08:00

21 lines
389 B
Objective-C

//
// HBThirdKeys.h
// QinJiuTV
//
// Created by 秦九 on 2024/4/29.
//
#import <Foundation/Foundation.h>
/// appsflyer dev key
extern NSString * _Nonnull const HBAppsFlyerDevKey;
/// appsflyer app id
extern NSString * _Nonnull const HBAppsFlyerAppID;
/// applovin key
extern NSString * _Nonnull const HBAppLovinKey;
/// Panlge app id
extern NSString * _Nonnull const HBPangleID;