/*
 * Copyright (c) 2016-present, lovebing.net.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

package org.lovebing.reactnative.baidumap.constant;

/**
 * @author lovebing
 * @date 2019/10/31
 */
public interface RequestCode {

    int CODE_ASK_PERMISSIONS = 1000;

}
