4
votes
1answer
297 views

Implementation style question on service oriented architecture in Objective-C.

I'm wondering which one of the following would be the correct usage / implementation in Objective-C of a service oriented design: The first version is specific to static languages, using protocols ...