// // // Created by XCFit Framework // Copyright © 2016 XCFit Framework. All rights reserved. // /* This is sample code created by XCFit Framework and can be edited/Removed as per your project need. You can also re-arrange Xcode Groups and directories as per your need. This is header file to manage objective-C dependencies in the Swift code. We are using Cucumberish steps. You probably don't need to touch this file. */ #import #import "___PACKAGENAMEASIDENTIFIER___-Swift.h" @interface ___PACKAGENAMEASIDENTIFIER___ : NSObject @end