package com.rnboat.framework;

public class Boat {


    protected static String bundle = null;

    public static String getJSBundleFile() {
        return bundle;
    }
}
