File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 66// Copyright © 2015 Branch Metrics. All rights reserved.
77//
88
9+ #if __has_feature(modules)
10+ @import Foundation;
11+ #else
12+ #import < Foundation/Foundation.h>
13+ #endif
14+
915#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 90000
1016#pragma clang diagnostic push
1117#pragma clang diagnostic ignored "-Wpartial-availability"
Original file line number Diff line number Diff line change 66// Copyright © 2015 Branch Metrics. All rights reserved.
77//
88
9+ #import " BranchCSSearchableItemAttributeSet.h"
10+
911#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 90000
1012#pragma clang diagnostic push
1113#pragma clang diagnostic ignored "-Wpartial-availability"
1214
13- #import " BranchCSSearchableItemAttributeSet.h"
1415#import " Branch.h"
1516#import " BNCSystemObserver.h"
1617
You can’t perform that action at this time.
0 commit comments