I been creating a nice static custom framework for my project using this useful Guide
but now i realize that it need to get access of few methods of an External Class.
So how to deal with this? Should i create an Abstract Interface like showed here and put it inside the framework? So i can access to some fews methods of this external class ?
Or should i proceed in some other ways? like using some framework dependencies?
Did someone have ever had this situation before?