using System; namespace SRDebugger.Services { public delegate void PinEntryCompleteCallback(bool validPinEntered); }