VGVoiceLegsPage

@interface VGVoiceLegsPage : NSObject

@property(readonly) NSArray<VGVoiceLeg*>* legs;
@property(readonly, nullable) NSString* previousCursor;
@property(readonly, nullable) NSString* nextCursor;

- (instancetype)init __attribute__((unavailable));

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property(readonly) NSArray<VGVoiceLeg*>* legs
  • Undocumented

    Declaration

    Objective-C

    @property(readonly, nullable) NSString* previousCursor
  • Undocumented

    Declaration

    Objective-C

    @property(readonly, nullable) NSString* nextCursor
  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (instancetype)init __attribute__((unavailable));