11 lines
123 B
C
11 lines
123 B
C
//
|
|
// Created by Iain on 2021/7/18.
|
|
//
|
|
|
|
#ifndef ATOP_SERVER_H
|
|
#define ATOP_SERVER_H
|
|
|
|
int server();
|
|
|
|
#endif //ATOP_SERVER_H
|