14 lines
238 B
C
14 lines
238 B
C
//
|
|
// Version.h
|
|
// YTPoseDetector
|
|
//
|
|
// Created by sunnydu on 2022/10/13.
|
|
// Copyright © 2022 PanCheng. All rights reserved.
|
|
//
|
|
#define P_FRAMEWORK_VERSION "1.1.15.175.1";
|
|
#ifndef Version_h
|
|
#define Version_h
|
|
|
|
|
|
#endif /* Version_h */
|