Wuyx
2017-01-20 cb73c258ba8634a628dd72872a7bb741e9a35256
commit | author | age
bad748 1 /*
W 2  *  Copyright (c) 2014, Facebook, Inc.
3  *  All rights reserved.
4  *
5  *  This source code is licensed under the BSD-style license found in the
6  *  LICENSE file in the root directory of this source tree. An additional grant
7  *  of patent rights can be found in the PATENTS file in the same directory.
8  *
9  */
10
11 #import <Bolts/BFCancellationToken.h>
12 #import <Bolts/BFCancellationTokenRegistration.h>
13 #import <Bolts/BFCancellationTokenSource.h>
14 #import <Bolts/BFExecutor.h>
15 #import <Bolts/BFTask.h>
9febd9 16 #import <Bolts/BFTask+Exceptions.h>
bad748 17 #import <Bolts/BFTaskCompletionSource.h>
W 18
19 #if __has_include(<Bolts/BFAppLink.h>) && TARGET_OS_IPHONE && !TARGET_OS_WATCH && !TARGET_OS_TV
20 #import <Bolts/BFAppLink.h>
21 #import <Bolts/BFAppLinkNavigation.h>
22 #import <Bolts/BFAppLinkResolving.h>
23 #import <Bolts/BFAppLinkReturnToRefererController.h>
24 #import <Bolts/BFAppLinkReturnToRefererView.h>
25 #import <Bolts/BFAppLinkTarget.h>
26 #import <Bolts/BFMeasurementEvent.h>
27 #import <Bolts/BFURL.h>
28 #import <Bolts/BFWebViewAppLinkResolver.h>
29 #endif
30
31
32 NS_ASSUME_NONNULL_BEGIN
33
34 /**
35  A string containing the version of the Bolts Framework used by the current application.
36  */
37 extern NSString *const BoltsFrameworkVersionString;
38
39 NS_ASSUME_NONNULL_END