Wuyx
2016-12-01 a62229dd52507addd75498c136df906c43772a75
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>
16 #import <Bolts/BFTaskCompletionSource.h>
17
18 #if __has_include(<Bolts/BFAppLink.h>) && TARGET_OS_IPHONE && !TARGET_OS_WATCH && !TARGET_OS_TV
19 #import <Bolts/BFAppLink.h>
20 #import <Bolts/BFAppLinkNavigation.h>
21 #import <Bolts/BFAppLinkResolving.h>
22 #import <Bolts/BFAppLinkReturnToRefererController.h>
23 #import <Bolts/BFAppLinkReturnToRefererView.h>
24 #import <Bolts/BFAppLinkTarget.h>
25 #import <Bolts/BFMeasurementEvent.h>
26 #import <Bolts/BFURL.h>
27 #import <Bolts/BFWebViewAppLinkResolver.h>
28 #endif
29
30
31 NS_ASSUME_NONNULL_BEGIN
32
33 /**
34  A string containing the version of the Bolts Framework used by the current application.
35  */
36 extern NSString *const BoltsFrameworkVersionString;
37
38 NS_ASSUME_NONNULL_END