add copybara rule of import/include for ios platform

PiperOrigin-RevId: 419820195
This commit is contained in:
edwinwu
2022-01-05 06:55:53 -08:00
committed by Copybara-Service
parent 24d5e10784
commit 9b7f7a293c
38 changed files with 183 additions and 183 deletions
@@ -1,8 +1,3 @@
#import "third_party/nearby/cpp/platform/impl/ios/Source/Shared/GNCUtils.h"
#import <CommonCrypto/CommonDigest.h>
#import "third_party/objective_c/google_toolbox_for_mac/Foundation/GTMStringEncoding.h"
// Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
@@ -17,6 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#import "platform/impl/ios/Source/Shared/GNCUtils.h"
#import <CommonCrypto/CommonDigest.h>
#import "GoogleToolboxForMac/GTMStringEncoding.h"
NS_ASSUME_NONNULL_BEGIN