blob: 6d7261a79657a3d4401a6e48679108f6cc4baab3 [file] [log] [blame]
// Copyright 2014 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.
package com.yourcompany.integration_ui;
import io.flutter.embedding.android.FlutterActivity;
public class MainActivity extends FlutterActivity {
}