15 lines
314 B
Swift
15 lines
314 B
Swift
//
|
|
// Copyright Amazon.com Inc. or its affiliates.
|
|
// All Rights Reserved.
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
import Foundation
|
|
|
|
@testable import AWSPinpointAnalyticsPlugin
|
|
|
|
public class MockAppSessionTracker: Tracker {
|
|
public init(trackAppSessions _: Bool, autoSessionTrackingInterval _: Int) {}
|
|
}
|