ALPHAApplicationDelegate vs Appdelegate
Closed this issue · 1 comments
iShawnWang commented
let delegate = UIApplication.shared.delegate!
returns ALPHAApplicationDelegate
,
and how can i get my Appdelegate
~
:D
iShawnWang commented
I got it on ALPHAApplicationDelegate.h
~