I would like to be able to schedule a UILocalNotification from my watchOS 2 app. In iOS, I would do this using UIApplication.sharedApplication.scheduleLocalNotification but I cannot find an equivalent that is accessible from the InterfaceController in my watch app.
Any clues?