aboutsummaryrefslogtreecommitdiff
path: root/app/src/test/kotlin/com/pitchedapps/frost/Base.java
blob: 42a7da48b94640c457bc27c9550529009b40ff1a (plain)
1
2
3
4
5
6
7
8
9
10
package com.pitchedapps.frost;

/**
 * Created by Allan Wang on 2017-10-06.
 *
 * Empty class to hold a reference to the target output
 */

public class Base {
}