10 lines
145 B
Ucode
10 lines
145 B
Ucode
|
/**
|
||
|
* Base class for all interfaces
|
||
|
*
|
||
|
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
|
||
|
*/
|
||
|
interface Interface
|
||
|
native;
|
||
|
|
||
|
|