[][src]Trait uikit_sys::NSString_NSExtendedStringPropertyListParsing

pub trait NSString_NSExtendedStringPropertyListParsing: Sized + Deref {
    unsafe fn propertyList(self) -> id
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn propertyListFromStringsFileFormat(self) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn propertyList(self) -> id where
    Self::Target: Message + Sized

unsafe fn propertyListFromStringsFileFormat(self) -> NSDictionary where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSString_NSExtendedStringPropertyListParsing for NSConstantString[src]

impl NSString_NSExtendedStringPropertyListParsing for NSMutableString[src]

impl NSString_NSExtendedStringPropertyListParsing for NSSimpleCString[src]

impl NSString_NSExtendedStringPropertyListParsing for NSString[src]

Loading content...