class Udgenerator::NSData
Public Instance Methods
==(type)
click to toggle source
Calls superclass method
Udgenerator::NSObject#==
# File lib/udgenerator/type.rb, line 184 def == (type) NSData === type && super(type) end
swift_type_name()
click to toggle source
# File lib/udgenerator/type.rb, line 190 def swift_type_name "NSData" end
type_name()
click to toggle source
# File lib/udgenerator/type.rb, line 187 def type_name "NSData *" end