mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 01:12:31 +00:00
Using coherent code style
This commit is contained in:
@@ -10,16 +10,16 @@
|
||||
@dynamic delegate;
|
||||
|
||||
- (BOOL)canBecomeKeyView {
|
||||
return TRUE;
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL)acceptsFirstResponder {
|
||||
return TRUE;
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL)becomeFirstResponder {
|
||||
[self.delegate performSelector:@selector(pathControlDidBecomeKey:) withObject:self];
|
||||
return TRUE;
|
||||
return YES;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user