blob: 553c3cff110f82b1e61193f91d166fb38304163a [file] [log] [blame]
// Copyright 2015 The Vanadium 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 io.v.baku.toolkit;
/**
* An optional convenience interface for classes mixing in {@link VAndroidContextTrait}.
*/
public interface VAndroidContextMixin {
VAndroidContextTrait getVAndroidContextTrait();
}