mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-07-24 01:35:29 -04:00
8 lines
85 B
C++
8 lines
85 B
C++
|
|
#include "useprefixclass.h"
|
|
|
|
int UsePrefixClass::someMethod() const
|
|
{
|
|
return 0;
|
|
}
|