@interface CRKCloudTuple : NSObject - (id)originalObject; - (id)changedObject; - (id)initWithChangedObject:(id)a0 originalObject:(id)a1; @end