mirror of
https://github.com/confirmedcode/Lockdown-iOS.git
synced 2025-12-21 12:14:02 +01:00
12 lines
247 B
Swift
12 lines
247 B
Swift
//
|
|
// SubscriptionOfferPeriodUnit.swift
|
|
// LockdowniOS
|
|
//
|
|
// Created by Alexander Parshakov on 11/28/22
|
|
// Copyright © 2022 Confirmed Inc. All rights reserved.
|
|
//
|
|
|
|
enum SubscriptionOfferPeriodUnit {
|
|
case year, month, week, day, unknown
|
|
}
|