//
//  Astro.h
//  Astro
//
//  Created by Jeremy Wiebe on 2015-04-16.
//  Copyright (c) 2015 Mobify Research & Development Inc. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for Astro.
FOUNDATION_EXPORT double AstroVersionNumber;

//! Project version string for Astro.
FOUNDATION_EXPORT const unsigned char AstroVersionString[];

// In this header, you should import all the public headers of your framework
// using statements like #import <Astro/PublicHeader.h>
#import <Cordova/CDV.h>
#import <Astro/JASidePanelController.h>
#import <Astro/NSLogger.h>
