CategoryAttribute(Type) 构造函数

定义

此类别扩展的类型。

public CategoryAttribute (Type type);
new ObjCRuntime.CategoryAttribute : Type -> ObjCRuntime.CategoryAttribute

参数

type
Type

要扩展的 Objective-C 类型。 这必须是 NSObject (或 NSObject 本身) 的子类。

适用于