@class NSString; @interface _HMDPendingRegionUpdate : HMFObject <HMFLogging> @property (nonatomic) long long state; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)logCategory; - (id)attributeDescriptions; @end