| 123456789101112131415161718192021222324 |
- /**
- * 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 <Foundation/Foundation.h>
- extern NSString* const FB_CAP_USE_TEST_MANAGER_FOR_VISIBLITY_DETECTION;
- extern NSString* const FB_CAP_MAX_TYPING_FREQUENCY;
- extern NSString* const FB_CAP_USE_SINGLETON_TEST_MANAGER;
- extern NSString* const FB_CAP_DISABLE_AUTOMATIC_SCREENSHOTS;
- extern NSString* const FB_CAP_SHOULD_TERMINATE_APP;
- extern NSString* const FB_CAP_EVENT_LOOP_IDLE_DELAY_SEC;
- extern NSString* const FB_CAP_BUNDLE_ID;
- extern NSString* const FB_CAP_FORCE_APP_LAUNCH;
- extern NSString* const FB_CAP_SHOULD_WAIT_FOR_QUIESCENCE;
- extern NSString* const FB_CAP_ARGUMENTS;
- extern NSString* const FB_CAP_ENVIRNOMENT;
- extern NSString* const FB_CAP_USE_NATIVE_CACHING_STRATEGY;
- extern NSString* const FB_CAP_FORCE_SIMULATOR_SOFTWARE_KEYBOARD_PRESENCE;
|