/**
 * Copyright (c) 2015-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */

#import <UIKit/UIKit.h>

//! Project version number for WebDriverAgentLib_.
FOUNDATION_EXPORT double WebDriverAgentLib_VersionNumber;

//! Project version string for WebDriverAgentLib_.
FOUNDATION_EXPORT const unsigned char WebDriverAgentLib_VersionString[];

#import <WebDriverAgentLib/FBAlert.h>
#import <WebDriverAgentLib/FBApplication.h>
#import <WebDriverAgentLib/FBCommandHandler.h>
#import <WebDriverAgentLib/FBCommandStatus.h>
#import <WebDriverAgentLib/FBConfiguration.h>
#import <WebDriverAgentLib/FBDebugLogDelegateDecorator.h>
#import <WebDriverAgentLib/FBElement.h>
#import <WebDriverAgentLib/FBElementCache.h>
#import <WebDriverAgentLib/FBElementTypeTransformer.h>
#import <WebDriverAgentLib/FBErrorBuilder.h>
#import <WebDriverAgentLib/FBExceptionHandler.h>
#import <WebDriverAgentLib/FBFailureProofTestCase.h>
#import <WebDriverAgentLib/FBKeyboard.h>
#import <WebDriverAgentLib/FBLogger.h>
#import <WebDriverAgentLib/FBMacros.h>
#import <WebDriverAgentLib/FBResponseFilePayload.h>
#import <WebDriverAgentLib/FBResponseJSONPayload.h>
#import <WebDriverAgentLib/FBResponsePayload.h>
#import <WebDriverAgentLib/FBRoute.h>
#import <WebDriverAgentLib/FBRouteRequest.h>
#import <WebDriverAgentLib/FBRunLoopSpinner.h>
#import <WebDriverAgentLib/FBRuntimeUtils.h>
#import <WebDriverAgentLib/FBSession.h>
#import <WebDriverAgentLib/FBSpringboardApplication.h>
#import <WebDriverAgentLib/FBSpringboardApplication.h>
#import <WebDriverAgentLib/FBXPathCreator.h>
#import <WebDriverAgentLib/FBWebServer.h>
#import <WebDriverAgentLib/XCElementSnapshot+Helpers.h>
#import <WebDriverAgentLib/XCUIApplication+FBHelpers.h>
#import <WebDriverAgentLib/XCUIDevice+FBHelpers.h>
#import <WebDriverAgentLib/XCUIDevice+Rotation.h>
#import <WebDriverAgentLib/XCUIElement+FBAccessibility.h>
#import <WebDriverAgentLib/XCUIElement+FBFind.h>
#import <WebDriverAgentLib/XCUIElement+FBIsVisible.h>
#import <WebDriverAgentLib/XCUIElement+FBScrolling.h>
#import <WebDriverAgentLib/XCUIElement+FBTap.h>
#import <WebDriverAgentLib/XCUIElement+Utilities.h>
#import <WebDriverAgentLib/XCUIElement+WebDriverAttributes.h>
