@interface HMBAction : HMFObject <NSCopying, NSMutableCopying> @property (nonatomic) BOOL shouldUpdateClients; + (id)shouldUpdateClientsAction; - (unsigned long long)hash; - (BOOL)isEqual:(id)a0; - (id)mutableCopyWithZone:(struct _NSZone { } *)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end