I'm trying to import the SwiftyDropbox framework into an Objective-C AppDelegate file. I'm following the instructions here on using Swift and Objective-C in the same project. I've tried the following import statements but neither seem to work. Any ideas? Thanks 
#import "SwiftyDropbox-Swift.h"
#import <SwiftyDropbox/SwiftyDropbox-Swift.h>