Structureobjc
objc_property_attribute_t
Defines a property attribute.
Availability
- iOS 4.3+
- iPadOS 4.3+
- macOS 10.7+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Objective-C Runtime Objective-Cランタイム
Declaration 宣言
struct objc_property_attribute_t
Topics 話題
Initializers イニシャライザ
Instance Properties インスタンスプロパティ
var name: UnsafePointer<CChar>
The name of the attribute.
var value: UnsafePointer<CChar>
The value of the attribute (usually empty).
See Also 参照
Class-Definition Data Structures
typealias Method
An opaque type that represents a method in a class definition.
typealias Ivar
An opaque type that represents an instance variable.
typealias Category
An opaque type that represents a category.
typealias objc_property_t
An opaque type that represents an Objective-C declared property.
struct objc_method_description
Defines an Objective-C method.