com.fastjrun.example.api.BaseApi Maven / Gradle / Ivy
/*
* Copyright (C) 2019 fastjrun, Inc. All Rights Reserved.
*/
package com.fastjrun.example.api;
public interface BaseApi {
T status();
}
/*
* Copyright (C) 2019 fastjrun, Inc. All Rights Reserved.
*/
package com.fastjrun.example.api;
public interface BaseApi {
T status();
}