@@ -2,6 +2,8 @@ package ai.pai.lensman.upload; |
||
2 | 2 |
|
3 | 3 |
import java.util.ArrayList; |
4 | 4 |
|
5 |
+import ai.pai.lensman.bean.SessionBean; |
|
6 |
+ |
|
5 | 7 |
/** |
6 | 8 |
* Created by chengzhenyu on 2016/7/7. |
7 | 9 |
*/ |
@@ -5,6 +5,7 @@ import android.content.Intent; |
||
5 | 5 |
|
6 | 6 |
import java.util.ArrayList; |
7 | 7 |
|
8 |
+import ai.pai.lensman.bean.SessionBean; |
|
8 | 9 |
import ai.pai.lensman.session.SessionActivity; |
9 | 10 |
|
10 | 11 |
public class UploadPresenterImpl implements UploadContract.UploadPresenter { |