21 lines
392 B
Swift
21 lines
392 B
Swift
//
|
|
// MPPositive_BannerIAPView.swift
|
|
// relax.offline.mp3.music
|
|
//
|
|
// Created by Mr.Zhou on 2025/2/14.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class MPPositive_BannerIAPView: UIView {
|
|
|
|
/*
|
|
// Only override draw() if you perform custom drawing.
|
|
// An empty implementation adversely affects performance during animation.
|
|
override func draw(_ rect: CGRect) {
|
|
// Drawing code
|
|
}
|
|
*/
|
|
|
|
}
|