//
//  Astro-Prefix.pch
//  Astro
//
//  Created by Jeremy Wiebe on 2015-05-06.
//  Copyright (c) 2015 Mobify Research & Development Inc. All rights reserved.
//
//
// Prefix header for all source files of the 'Astro' target in the 'Astro' project
//

#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
#endif
