blob: 235de62674a16242e2383c8f2023897e1ce17bd1 [file] [log] [blame]
Jinseong Jeone11145f2018-12-13 10:57:29 -08001// Copyright (c) 2018, the R8 project authors. Please see the AUTHORS file
2// for details. All rights reserved. Use of this source code is governed by a
3// BSD-style license that can be found in the LICENSE file.
4package mockito_interface;
5
6public interface Interface {
7 void onEnterForeground();
8}