lizhanwei
2020-03-10 f16cc04f5be09aa4e1521462e6c66836428cec9e
1
2
3
4
5
6
7
8
9
10
11
12
13
//
// Created by YY on 2020/3/9.
//
 
#ifndef MYAPPLICATION2_DUMMY_LIGHT_H
#define MYAPPLICATION2_DUMMY_LIGHT_H
 
struct dummy_light_exam {
    int item;
    char tts[512];
};
 
#endif //MYAPPLICATION2_DUMMY_LIGHT_H