package com.reactnativettlock.model;

/**
 * Created by TTLock on 2021/1/5.
 */
public class TTKeypadConstant extends TTBaseFieldConstant {
    public static final String KEYPAD_NAME = "name";
    public static final String KEYPAD_MAC = "mac";
}
