mirror of
https://github.com/kiriruru/libwebrtc.git
synced 2026-06-15 03:30:40 +00:00
14 lines
206 B
C++
14 lines
206 B
C++
//
|
|
// Created by ax on 25/09/16.
|
|
//
|
|
|
|
#ifndef LIBWEBRTC_PEERCONNECTIONOBSERVER_H
|
|
#define LIBWEBRTC_PEERCONNECTIONOBSERVER_H
|
|
|
|
|
|
class PeerConnectionObserver {
|
|
|
|
};
|
|
|
|
|
|
#endif //LIBWEBRTC_PEERCONNECTIONOBSERVER_H
|