Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
gallery/Gallery/TagViewCell.swift
2020-02-18 06:57:35 -05:00

8 lines
99 B
Swift

import UIKit
class TagViewCell: UITableViewCell {
@IBOutlet weak var label: UILabel!
}