Initial commit
This commit is contained in:
10
sources/com/ubt/jimu/base/http/response/Timestamp.java
Normal file
10
sources/com/ubt/jimu/base/http/response/Timestamp.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package com.ubt.jimu.base.http.response;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public class Timestamp {
|
||||
private long timestamp;
|
||||
|
||||
public long getTimestamp() {
|
||||
return this.timestamp;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user