union_ad_ssgf/ios/Classes/Event/FAQAdEventAction.swift
2024-10-23 17:03:18 +08:00

44 lines
742 B
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// FAQAdEventAction.swift
// Pods
//
// Created by Jin on 10/23/24.
//
import Foundation
//广
// 广
let onAdError = "onAdError"
// 广
let onAdLoaded = "onAdLoaded"
// 广
let onAdPresent = "onAdPresent"
// 广
let onAdExposure = "onAdExposure"
// 广
let onAdClosed = "onAdClosed"
// 广
let onAdClicked = "onAdClicked"
// 广
let onAdSkip = "onAdSkip"
// 广
let onAdComplete = "onAdComplete"
// 广
let onAdReward = "onAdReward"
// 广
class FAQAdEventAction: NSObject {
// 广
}