Reputation: 71
all: My company now uses sereval third-party framework,now we want to make ourselves sdk ,the sdk hide all the details of the third party framework ,can this be implemented? How I can get some information of this ?
Upvotes: 1
Views: 96
Reputation: 2768
Generally, you have two ways to make SDK with third part framework.
ASIHttp
, change to MySDK_ASIHTTP
. This can prevent compile error when uses include the same third part framework in their project.If you have modified the third part frameworks, I think you should use 1 method
Upvotes: 1