using System; namespace TapSDK.RelationLite { public interface ITapTapRelationLiteCallback { void OnResult(int code); } }