Trait NSMutableDictionary_NSKeyValueCoding
uikit_sys
pub trait NSMutableDictionary_NSKeyValueCoding<KeyType, ObjectType>: Sized + Deref { unsafe fn setValue_forKey_(self, value: u64, key: NSString) where Self::Target: Message + Sized, { ... } }
unsafe fn setValue_forKey_(self, value: u64, key: NSString) where Self::Target: Message + Sized,
impl<KeyType: 'static, ObjectType: 'static> NSMutableDictionary_NSKeyValueCoding<KeyType, ObjectType> for NSMutableDictionary