8 lines
108 B
Swift
8 lines
108 B
Swift
![]() |
import UIKit
|
||
|
|
||
|
class PostViewCell: UICollectionViewCell {
|
||
|
|
||
|
@IBOutlet weak var imageView: UIImageView!
|
||
|
}
|
||
|
|