using LeanCloud.Storage; namespace LeanCloud.Engine { public class LCUserHookRequest { public LCUser CurrentUser { get; set; } } }