Sendbird Chat SDK for Unreal
SBDBaseInterface.h
1// Copyright (c) 2021 Sendbird, Inc. All rights reserved.
2
3#ifndef SENDBIRD_SBDBASEINTERFACE_H_
4#define SENDBIRD_SBDBASEINTERFACE_H_
5
10public:
11 virtual ~SBDBaseInterface() = 0;
12};
13
14#endif /* SENDBIRD_SBDBASEINTERFACE_H_ */
Definition: SBDBaseInterface.h:9