app-starlock/star_lock/ios/Runner/CommonDefine.h
2023-10-14 17:08:25 +08:00

21 lines
430 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// CommonDefine.h
// Runner
//
// Created by DaisyWu on 2023/10/14.
//
#ifndef CommonDefine_h
#define CommonDefine_h
/** 信号通道须与flutter里一致*/
#define flutterMethodChannel @"flutter_native_ios"
/** 交互方法字段名须与flutter里一致*/
#define flutterMethodSharePassword @"flutter_sharePassword_to_ios"
#define flutterMethodPresent @"flutter_present_to_ios"
#endif /* CommonDefine_h */