13 lines
129 B
Objective-C
13 lines
129 B
Objective-C
//
|
|
// AppConfig.m
|
|
// Youth
|
|
//
|
|
// Created by mambaxie on 2022/2/11.
|
|
//
|
|
|
|
#import "AppConfig.h"
|
|
|
|
@implementation AppConfig
|
|
|
|
@end
|