react-native-navigation的迁移库

CommandListener.java 150B

12345678
  1. package com.reactnativenavigation.utils;
  2. public interface CommandListener {
  3. void onSuccess(String childId);
  4. void onError(String message);
  5. }