//
//  PhotoWidgetTextView.swift
//  WoWonder
//
//  Created by iMac on 23/05/25.
//  Copyright © 2025 ScriptSun. All rights reserved.
//

import Foundation
import UIKit

class PhotoWidgetTextView: UIView {
    
    // MARK: - IBOutlets
    
    @IBOutlet weak var widgetLabel: UILabel!
    
}
