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/PostViewCell.swift

9 lines
134 B
Swift
Raw Normal View History

2020-02-18 06:57:35 -05:00
import UIKit
class PostViewCell: UICollectionViewCell {
2020-03-16 12:10:53 -04:00
var name: String?
2020-02-18 06:57:35 -05:00
@IBOutlet weak var imageView: UIImageView!
}