mirror of
https://github.com/confirmedcode/Lockdown-iOS.git
synced 2025-12-21 12:14:02 +01:00
15 lines
223 B
Swift
15 lines
223 B
Swift
//
|
|
// PaywallRoundContainer.swift
|
|
// Lockdown
|
|
//
|
|
// Created by Radu Lazar on 05.08.2024.
|
|
// Copyright © 2024 Confirmed Inc. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
@IBDesignable
|
|
class PaywallRoundContainer: UIView {
|
|
|
|
}
|