Declaration

protocol GSUserDataProtocol : NSObjectProtocol

Declaration

@protocol GSUserDataProtocol <NSObject>

Declaration

GSUserDataProtocol

Overview

User data is intended for information that has no dedicated property on the conforming type. Values must support property-list encoding to be preserved when the containing document is saved. API clients should use stable, namespaced keys to avoid collisions with other clients.

Topics

Instance Properties

  • Persistent values associated with the object by API clients.

Instance Methods