13 lines
148 B
Objective-C
13 lines
148 B
Objective-C
//
|
|
// XPFaceProtocol.m
|
|
// xplan-ios
|
|
//
|
|
// Created by GreenLand on 2022/1/8.
|
|
//
|
|
|
|
#import "XPFaceProtocol.h"
|
|
|
|
@implementation XPFaceProtocol
|
|
|
|
@end
|