13 lines
129 B
Objective-C
13 lines
129 B
Objective-C
//
|
|
// LinkConfig.m
|
|
// ShenQi
|
|
//
|
|
// Created by Yao on 2024/12/21.
|
|
//
|
|
|
|
#import "LinkConfig.h"
|
|
|
|
@implementation LinkConfig
|
|
|
|
@end
|