app-starlock/star_lock/ios/Runner/CommonDefine.h
Daisy 707ebf9e9f 1,新增APP推送绑定设备ID接口
2,修改APP推送的标志字符串
2023-11-16 10:04:38 +08:00

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