2026-02-18 09:17:57 +01:00

16 lines
203 B
C++

// Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
/**
*
*/
class PS_BLE_TRACKER_API MyClass
{
public:
MyClass();
~MyClass();
};