Created
June 16, 2018 12:54
-
-
Save EricADockery/f5c134368ccef91579fad138b0532ff6 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
class ImageCollectionViewCell: UICollectionViewCell { | |
@IBOutlet weak var gradientView: GradientView! | |
@IBOutlet weak var imageView: UIImageView! | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment