blob: 747719d30276d0dd71db06281a6db1721f35e506 [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 ios_platform_images;
@import XCTest;
@interface IosPlatformImagesTests : XCTestCase
@end
@implementation IosPlatformImagesTests
- (void)testPlugin {
IosPlatformImagesPlugin* plugin = [[IosPlatformImagesPlugin alloc] init];
XCTAssertNotNil(plugin);
}
@end