公告板
版本库
filestore
活动
搜索
登录
main
/
hanju
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
包名及目录修改
admin
2021-07-28
c0269fcfa876b9c5cf309b2006462b4d09c5ef95
[hanju.git]
/
library-mine
/
src
/
com
/
lcjian
/
library
/
okhttp
/
cookie
/
store
/
HasCookieStore.java
1
2
3
4
5
6
7
8
9
package com.lcjian.library.okhttp.cookie.store;
/**
* Created by zhy on 16/3/10.
*/
public interface HasCookieStore
{
CookieStore getCookieStore();
}