VGUserTimestamp

@interface VGUserTimestamp : NSObject

@property (readonly, nullable) NSString* created;
@property (readonly, nullable) NSString* updated;
@property (readonly, nullable) NSString* destroyed;

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

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Declaration

    Objective-C

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

    Undocumented

    Declaration

    Objective-C

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