I have a class with needed requests that I use for my app.
So let's say that I need movies list from server:
[[MyApiClass sharedInstance] getMovies];
So it return for me JSON with movies. How can I get this list, for my share extension?
The problem that the MyApiClass is not in the compiled resources of extension target.