21 lines
457 B
Objective-C
21 lines
457 B
Objective-C
//
|
|
// HBThirdKeys.m
|
|
// QinJiuTV
|
|
//
|
|
// Created by 秦九 on 2024/4/29.
|
|
//
|
|
|
|
#import "HBThirdKeys.h"
|
|
|
|
/// appsflyer dev key
|
|
NSString *const HBAppsFlyerDevKey = @"axv4xFtouhau4js4GxqBX9";
|
|
|
|
/// appsflyer app id
|
|
NSString *const HBAppsFlyerAppID = @"8377862";
|
|
|
|
/// applovin key
|
|
NSString *const HBAppLovinKey = @"XW2aulJv9urKD4MIIFT1xcSCuyTHaDZ9qUbDqygnTLS04GkdX7WMHBviGP5vDRWGsk4OJJIyLGRV3mbLqOWx0W";
|
|
|
|
/// Panlge app id
|
|
NSString *const HBPangleID = @"8377862";
|