封装跨应用拉起,
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// KBULBridge.h
|
||||
// KBULBridgeNotification.h
|
||||
// 通用的 UL/Scheme 拉起桥接常量(App 与键盘扩展共享)
|
||||
//
|
||||
// 用途:主 App 在成功处理 Universal Link(如 /ul/login)时,
|
||||
@@ -1,8 +1,8 @@
|
||||
//
|
||||
// KBULBridge.m
|
||||
// KBULBridgeNotification.m
|
||||
//
|
||||
|
||||
#import "KBULBridge.h"
|
||||
#import "KBULBridgeNotification.h"
|
||||
|
||||
/// Darwin 跨进程通知:UL 已被主 App 处理
|
||||
NSString * const KBDarwinULHandled = @"com.loveKey.nyx.ul.opened";
|
||||
Reference in New Issue
Block a user