8 lines
99 B
Swift
8 lines
99 B
Swift
import UIKit
|
|
|
|
class TagViewCell: UITableViewCell {
|
|
|
|
@IBOutlet weak var label: UILabel!
|
|
|
|
}
|
|
|