IMEBaseApp.h 275 B

123456789101112131415161718
  1. /*
  2. * IMEBaseApp.h
  3. *
  4. * Created on: Oct 30, 2017
  5. * Author: guoxs
  6. */
  7. #ifndef _APP_IMEBASEAPP_H_
  8. #define _APP_IMEBASEAPP_H_
  9. #include "BaseApp.h"
  10. #include "ime/IMEContext.h"
  11. class IMEBaseApp : public BaseApp, public IMEContext {
  12. };
  13. #endif /* _APP_IMEBASEAPP_H_ */