/* Copyright Urban Airship and Contributors */

@import Foundation;


/**
 * Handles takeOff for the Urban Airship SDK.
 */
@interface RNAirshipBootloader: NSObject

/**
 * Disables automatic takeOff.
 */
+ (void)disable;

@end
