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

8 lines
108 B
Swift
Raw Normal View History

2020-02-18 06:57:35 -05:00
import UIKit
class PostViewCell: UICollectionViewCell {
@IBOutlet weak var imageView: UIImageView!
}