pans
2017-08-04 b4edb9b542a8399484b892cddb72ef79975f1a8e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// Created by pansen on 2017/8/4.
//
 
#ifndef RTSPNATIVECODEC_REMOTEFUNC_H
#define RTSPNATIVECODEC_REMOTEFUNC_H
 
#include <iostream>
#include "RemoteMethod.proto.h"
#include "CameraWrapperServer.h"
 
class RemoteFunc{
public:
 
};
 
#endif //RTSPNATIVECODEC_REMOTEFUNC_H