소스 검색

去除虚拟设备

尹永奇 5 년 전
부모
커밋
1e5fdf02b3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Example/MKRRadioManager/MKRTestObject.m

+ 1 - 0
Example/MKRRadioManager/MKRTestObject.m

@@ -12,6 +12,7 @@
 
 - (void)testMethod:(NSString *)string{
     NSLog(@"%s---%@",__func__,string);
+    
 }
 
 @end