mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +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
|