Hello!
I'm trying to handle actions on local notification's responses from users in AppDelegate(like I learned in Data Collections Book by Apple) My model object is in view controller. But I need to access it from AppDelegate. What approaches on this?