class NSData

Public Instance Methods

to_img() click to toggle source
# File lib/purplish-red/non-ui/ns_data.rb, line 2
def to_img
  UIImage.imageWithData(self)
end