chenqiyang
2021-08-24 8227d1cefb20e357250a4a7fe8da32141b6cfc1e
HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLinPhoneSDK.h
@@ -69,5 +69,21 @@
*/
-(void)clearAllConfigs;
/**
*app进入后台
*
*/
-(void)enterBackground;
/**
*app唤醒
*
*/
-(void)becomactive;
/**
*程序暂行
*
*/
-(void)willResignActive;
@end