blob: 85477415667eb5bfac0387eac4887ef5cf194ee9 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@testable import quick_actions_ios
final class MockShortcutItemProvider: ShortcutItemProviding {
var shortcutItems: [UIApplicationShortcutItem]? = nil
}