//
//  AstroConfig.swift
//  Astro
//
//  Created by Helen on 2015-08-12.
//  Copyright (c) 2015 Mobify Research & Development Inc. All rights reserved.
//  
//  A list of configurable variables that are constant through an application.
//  These should be set in the application's AppDelegate file.
//

import Foundation

public struct AstroConfig {
    public static var allowUntrustedHTTPSCertificate: ObjCBool = false
    public static var uiWebViewKeyboardDisplayRequiresUserAction = true
}
