summaryrefslogtreecommitdiff
path: root/Juick/Views/QuoteView.swift
blob: 3720e594ec89c83b55966590f10fa335d4c28c51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  QuoteView.swift
//  Juick
//
//  Created by Vitaly Takmazov on 13.05.2023.
//  Copyright © 2023 com.juick. All rights reserved.
//

import UIKit

@objc
class QuoteView: UIVisualEffectView {
    @IBOutlet weak var quoteText: UILabel!
}