blob: ac8dedbccef3b8f0943b2fff434eec54a96c75f9 [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.example.macrobenchmarks;
import io.flutter.embedding.android.FlutterActivity;
public class MainActivity extends FlutterActivity {
}