DITAddress

@interface DITAddress : NSObject <NSCopying>

An address uniquely identifying another peer on the Ditto network.

  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (instancetype)init NS_UNAVAILABLE;
  • Undocumented

    Declaration

    Objective-C

    - (BOOL)isEqualToAddress:(DITAddress *)address;
  • Undocumented

    Declaration

    Objective-C

    - (DITAddress *)copy;
  • Undocumented

    Declaration

    Objective-C

    - (DITAddress *)copyWithZone:(nullable NSZone *)zone;