// // LCCallDelegate.m // LCOnDemo // // Created by ι™ˆε˜‰δΉ on 2021/5/12. // #import "LCCallDelegate.h" NSString *const LCCallDelegateOpenDoorSuccess = @"lcCallDelegateOpenDoorSuccess"; @implementation LCCallDelegate @end