Created
July 8, 2019 10:24
-
-
Save asobolevsky/288c1bcdbf7b78051f599f2a44e2e64f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension UICollectionViewCell { | |
static let reuseID = String(describing: self) | |
static let nib = UINib(nibName: String(describing: self), bundle: nil) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment