yy1717
2024-02-28 27fc91fbe8f88b6885356e68828cfe1ce1db7601
1
2
3
4
5
6
7
8
package com.anyun.exam.lib.net
 
class Constant {
    companion object
    {
        val LOGTAG = "ntrip"
    }
}