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