FLTCookieManager.h 330 B

1234567891011121314
  1. // Copyright 2019 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #import <Flutter/Flutter.h>
  5. #import <WebKit/WebKit.h>
  6. NS_ASSUME_NONNULL_BEGIN
  7. @interface FLTCookieManager : NSObject <FlutterPlugin>
  8. @end
  9. NS_ASSUME_NONNULL_END