Files
keyboard/Shared/KBULBridge.m
2025-11-12 21:23:31 +08:00

10 lines
169 B
Objective-C
Raw Permalink 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.

//
// KBULBridge.m
//
#import "KBULBridge.h"
/// Darwin 跨进程通知UL 已被主 App 处理
NSString * const KBDarwinULHandled = @"com.loveKey.nyx.ul.opened";