ludc
2024-08-22 c9a3c90c074704de573f0024d5a695b5a04095f2
1
2
3
4
5
6
package com.vci.common.timer;
 
public interface VCITimeInterface {
 
    public void startSyncTime();
}