package joc;

import obc.NSString;

public class Static {
    public static final byte NO = 0;
    public static final byte YES = 1;
}
