14 lines
221 B
Objective-C
14 lines
221 B
Objective-C
//
|
|
// FaceReceiveInfo.m
|
|
// BberryCore
|
|
//
|
|
// Created by 卫明何 on 2017/9/29.
|
|
// Copyright © 2017年 chenran. All rights reserved.
|
|
//
|
|
|
|
#import "FaceReceiveInfo.h"
|
|
|
|
@implementation FaceReceiveInfo
|
|
|
|
@end
|