懒加载

lazy var originalImage:UIImage= {

        return UIImage(named:"bg.jpg")

 }()!

你可能感兴趣的:(懒加载)