package com.seewo.libmcuservice.constant;

/* JADX INFO: loaded from: classes.dex */
public class IHotKeyConstants {
    public static final int ACTION_IN_CLEAR_HOTKEY = 1;
    public static final int ACTION_IN_SEND_HOTKEY_FILE = 0;
    public static final int ACTION_OUT_SEND_FILE_FAIL = 0;
    public static final int ACTION_OUT_SEND_FILE_OCCUPY = 2;
    public static final int ACTION_OUT_SEND_FILE_SCUCCESS = 1;

    private IHotKeyConstants() {
    }
}
