Skip to content

Instantly share code, notes, and snippets.

@rickwierenga
Created July 9, 2019 13:13
Show Gist options
  • Save rickwierenga/9f40aa195e1763db342d083de990aa53 to your computer and use it in GitHub Desktop.
Save rickwierenga/9f40aa195e1763db342d083de990aa53 to your computer and use it in GitHub Desktop.
import UIKit
extension UIImage {
static let home = UIImage(named: "Home")
static let bell = UIImage(named: "Bell")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment