MyClass.h 206 B

123456789101112131415
  1. // Fill out your copyright notice in the Description page of Project Settings.
  2. #pragma once
  3. #include "CoreMinimal.h"
  4. /**
  5. *
  6. */
  7. class COMMUNICATION_ORG_API MyClass
  8. {
  9. public:
  10. MyClass();
  11. ~MyClass();
  12. };