1234567891011121314151617 |
- //
- // MKRTestObject.m
- // MKRRadioManager_Example
- //
- // Created by 尹永奇 on 2020/4/28.
- // Copyright © 2020 yyqxiaoyin. All rights reserved.
- //
- #import "MKRTestObject.h"
- @implementation MKRTestObject
- - (void)testMethod:(NSString *)string{
- NSLog(@"%s---%@",__func__,string);
- }
- @end
|