15 lines
113 B
C++
15 lines
113 B
C++
//
|
|
// Created by dongl on 23-7-1.
|
|
//
|
|
|
|
#ifndef IM2_SYN_H
|
|
#define IM2_SYN_H
|
|
|
|
|
|
class Syn {
|
|
|
|
};
|
|
|
|
|
|
#endif //IM2_SYN_H
|