admin
2021-12-28 2e1e666a8e39059194dabff7115cb8897ea19a85
1
2
3
4
5
6
7
8
9
package com.hanju.lib.library.okhttp.cookie.store;
 
/**
 * Created by zhy on 16/3/10.
 */
public interface HasCookieStore
{
    CookieStore getCookieStore();
}