@protocol CRKIdentity; @interface CRKMDMIdentityProvider : NSObject @property (class, readonly, nonatomic) id identity; + (id)new; - (id)init; @end