blob: c95c6ad5730dd1821223a67de08edd9eb43625c1 [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