21 lines
349 B
Objective-C
21 lines
349 B
Objective-C
//
|
|
// HBThirdKeys.h
|
|
// QinJiuTV
|
|
//
|
|
// Created by 秦九 on 2024/4/29.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
/// appsflyer dev key
|
|
extern NSString *const HBAppsFlyerDevKey;
|
|
|
|
/// appsflyer app id
|
|
extern NSString *const HBAppsFlyerAppID;
|
|
|
|
/// applovin key
|
|
extern NSString *const HBAppLovinKey;
|
|
|
|
/// Panlge app id
|
|
extern NSString *const HBPangleID;
|