Upravit

Sdílet prostřednictvím


CategoryAttribute(Type) Constructor

Definition

The type that this category extends.

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

Parameters

type
Type

The Objective-C type to extend. This must be a subclass of NSObject (or NSObject itself).

Applies to