use ;
use ChannelTriggerApp;
use Event;
use set_sender;
/// Event being triggered based on AppDelegate calls
/// Plugin to hook into iOS app delegate calls
/// It will use swizzling to hook into UIApplication init to register our custom AppDelegate as soon as winit starts the UIKit initialization procedure
/// This only takes effect on ios builds
;