app-starlock/ios/Runner/CommonDefine.h
2024-05-18 09:37:50 +08:00

22 lines
499 B
C
Executable File
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 XSflutterMethodChannel @"starLockFlutterSend"
/** 交互方法字段名须与flutter里一致*/
#define XSflutterMethodSharePassword @"loadNativeShare"//分享密码
#define XSflutterMethodPresent @"flutter_present_to_ios"
#define XSflutterMethodVideoTalk @"videoTalk"//视频对讲
#endif /* CommonDefine_h */