[][src]Trait uikit_sys::UIApplication_UIShortcutItems

pub trait UIApplication_UIShortcutItems: Sized + Deref {
    unsafe fn shortcutItems(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setShortcutItems_(self, shortcutItems: NSArray)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn shortcutItems(self) -> NSArray where
    Self::Target: Message + Sized

unsafe fn setShortcutItems_(self, shortcutItems: NSArray) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIApplication_UIShortcutItems for UIApplication[src]

Loading content...