9 lines
99 B
Swift
9 lines
99 B
Swift
![]() |
import UIKit
|
||
|
|
||
|
class TagViewCell: UITableViewCell {
|
||
|
|
||
|
@IBOutlet weak var label: UILabel!
|
||
|
|
||
|
}
|
||
|
|