open_url_context.mm 399 B

123456789101112131415
  1. // Copyright 2021 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 "ios/testing/open_url_context.h"
  5. #if !defined(__has_feature) || !__has_feature(objc_arc)
  6. #error "This file requires ARC support."
  7. #endif
  8. @implementation TestOpenURLContext
  9. @end
  10. @implementation TestSceneOpenURLOptions
  11. @end