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
2020-03-16 12:10:53 -04:00

8 lines
134 B
Swift

import UIKit
class PostViewCell: UICollectionViewCell {
var name: String?
@IBOutlet weak var imageView: UIImageView!
}