// Copyright 2017, Paul DeMarco. // All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. #if TARGET_OS_OSX #import #else #import #endif #import #define NAMESPACE @"plugins.pauldemarco.com/flutter_blue" @interface FlutterBluePlugin : NSObject @end @interface FlutterBlueStreamHandler : NSObject @property FlutterEventSink sink; @end