11 lines
162 B
Swift
11 lines
162 B
Swift
//
|
|
// AdTrackingAppLaunchRequest.swift
|
|
// SodaLive
|
|
//
|
|
// Created by klaus on 3/26/25.
|
|
//
|
|
|
|
struct AdTrackingAppLaunchRequest: Encodable {
|
|
let pid: String
|
|
}
|