11 lines
196 B
C
11 lines
196 B
C
|
|
#ifndef RUNNER_OCR_CHANNEL_H_
|
||
|
|
#define RUNNER_OCR_CHANNEL_H_
|
||
|
|
|
||
|
|
namespace flutter {
|
||
|
|
class FlutterEngine;
|
||
|
|
}
|
||
|
|
|
||
|
|
void RegisterOcrChannel(flutter::FlutterEngine* engine);
|
||
|
|
|
||
|
|
#endif // RUNNER_OCR_CHANNEL_H_
|