Update NearbyConnections library to be compatible with Swift

PiperOrigin-RevId: 458014424
This commit is contained in:
bourdakos
2022-06-29 10:56:40 -07:00
committed by Copybara-Service
parent abc0ae34df
commit 9edad3a803
16 changed files with 74 additions and 6 deletions
@@ -14,6 +14,7 @@
#ifndef PLATFORM_IMPL_IOS_MULTI_THREAD_EXECUTOR_H_
#define PLATFORM_IMPL_IOS_MULTI_THREAD_EXECUTOR_H_
#ifdef __cplusplus
#import "internal/platform/implementation/ios/scheduled_executor.h"
#include "internal/platform/implementation/submittable_executor.h"
@@ -44,4 +45,5 @@ class MultiThreadExecutor : public api::SubmittableExecutor {
} // namespace nearby
} // namespace location
#endif
#endif // PLATFORM_IMPL_IOS_MULTI_THREAD_EXECUTOR_H_