I am in the middle of creating some generic classes that can be reusable for lot of application.
For Eg: Share Functions - if we need this functionality in a projec
Xcode version 10.2.1
Follow Create Objective-C framework
Follow Swift consumer with Objective-C framework
Import module to the Objective-C client code[module_name]
@import module_name;
Call a framework's code[Use of undeclared identifier]
More examples here