Sha256: 803064eae1653884c0b380a78784bc58143f406af5f8826a232b563563941cf0
Contents?: true
Size: 240 Bytes
Versions: 22
Compression:
Stored size: 240 Bytes
Contents
class AppDelegate attr_accessor :image, :data def application(application, didFinishLaunchingWithOptions:launchOptions) self.image = UIImage.imageNamed("test") self.data = UIImagePNGRepresentation(self.image) true end end
Version data entries
22 entries across 22 versions & 1 rubygems