YapActionable

@protocol YapActionable
@required

/**
 * Returns an array of YapActionItem instances for the object.
 * Or nil if there are none.
 */
- (nullable NSArray<YapActionItem*> *)yapActionItems;

@end

Undocumented

  • Returns an array of YapActionItem instances for the object. Or nil if there are none.

    Declaration

    Objective-C

    - (nullable NSArray<YapActionItem *> *)yapActionItems;

    Swift

    func yapActionItems() -> [YapActionItem]?