14 lines
244 B
C
14 lines
244 B
C
//
|
|
// Version.h
|
|
// YTFaceLiveReflect
|
|
//
|
|
// Created by sunnydu on 2022/10/13.
|
|
// Copyright © 2022 Patrick Yang. All rights reserved.
|
|
//
|
|
#define R_FRAMEWORK_VERSION "1.1.15.175.1"
|
|
#ifndef Version_h
|
|
#define Version_h
|
|
|
|
|
|
#endif /* Version_h */
|