AATPlacement
@objc public protocol AATPlacement: AnyObject {
/// Get placement name.
/// - Returns: The placement name.
func getName() -> String
}
Last updated
@objc public protocol AATPlacement: AnyObject {
/// Get placement name.
/// - Returns: The placement name.
func getName() -> String
}
Last updated