class Udgenerator::NSObject
Public Instance Methods
==(type)
click to toggle source
Calls superclass method
Udgenerator::Type#==
# File lib/udgenerator/type.rb, line 105 def == (type) NSObject === type && super(type) end
imp_get_message()
click to toggle source
# File lib/udgenerator/type.rb, line 114 def imp_get_message "objectForKey" end
imp_set_message()
click to toggle source
# File lib/udgenerator/type.rb, line 117 def imp_set_message "setObject" end
swift_type_name()
click to toggle source
# File lib/udgenerator/type.rb, line 111 def swift_type_name "AnyObject" end
type_name()
click to toggle source
# File lib/udgenerator/type.rb, line 108 def type_name "id" end