I am trying to implement the apple watch.Here extension I am trying to call the iPhone method to send a web service request.
For example, in my project there are classes MyController.m and Constant.h. In the MyController.m class, I added a goal to expand the clock set, but I can not add for Constant.h. In this case, I get errors for where everyone uses constants in the MyController.m class. How to add all classes, constants and third-party frameworks to view a set extension? Every little help is appreciated.
source
share