MNFCategoryType

Objective-C

@interface MNFCategoryType : MNFObject

Swift

class MNFCategoryType : MNFObject

@abstract An MNFCategoryType object has an identifier and name. The identifier property is an NSNumber inherited from the MNFObject and is used as a unique identifier. The name better describes the category type and its function.

  • @abstract A parameter with the name of the category type

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSString *_Nonnull name;

    Swift

    var name: String { get }