13 lines
149 B
Objective-C
13 lines
149 B
Objective-C
//
|
|
// ActivityInfoModel.m
|
|
// YUMI
|
|
//
|
|
// Created by YUMI on 2021/12/14.
|
|
//
|
|
|
|
#import "ActivityInfoModel.h"
|
|
|
|
@implementation ActivityInfoModel
|
|
|
|
@end
|