blob: ddcdc6a8defc9dfc017969f2d2d9d399a9b2f387 [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.
@import quick_actions;
@import XCTest;
@interface QuickActionsTests : XCTestCase
@end
@implementation QuickActionsTests
- (void)testPlugin {
FLTQuickActionsPlugin *plugin = [[FLTQuickActionsPlugin alloc] init];
XCTAssertNotNil(plugin);
}
@end