After creating a swift-based iPhone app, I have added the band .framework file into my xcode project. I then created a header file including:
#ifndef BandHeader_h
#define BandHeader_h
#import <MicrosoftBandKit_iOS/MicrosoftBandKit_iOS.h>
#endif /* BandHeader_h */
when I try to initialise MSBClient ViewController.swift, it says use of undeclared type, what am I doing wrong?