package com.seewo.vtv.interfaces;

/* JADX INFO: loaded from: classes.dex */
public interface IAutoLightHelper {
    int getCurrentLightLux();

    boolean isLightSensorExist();
}
