| Index: remoting/ios/app/pin_entry_view.h
|
| diff --git a/remoting/ios/app/pin_entry_view.h b/remoting/ios/app/pin_entry_view.h
|
| index acbf923d81e2bd8ac72ef88065f304a8014573ef..926831f4250bbe71c29a7b24c7e2bcfd6fab644d 100644
|
| --- a/remoting/ios/app/pin_entry_view.h
|
| +++ b/remoting/ios/app/pin_entry_view.h
|
| @@ -20,6 +20,9 @@
|
| // passcode.
|
| @interface PinEntryView : UIView
|
|
|
| +// Clears the pin entry view.
|
| +- (void)clearPinEntry;
|
| +
|
| // This delegate will handle interactions on the cells in the collection.
|
| @property(weak, nonatomic) id<PinEntryDelegate> delegate;
|
|
|
|
|