mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
simplified isHistory wrapper
This commit is contained in:
@@ -12,10 +12,8 @@
|
|||||||
|
|
||||||
|
|
||||||
- (BOOL)isHistory {
|
- (BOOL)isHistory {
|
||||||
if(self.asEntry) {
|
/* nil call will return NO */
|
||||||
return self.asEntry.isHistory;
|
return self.asEntry.isHistory;
|
||||||
}
|
|
||||||
return NO;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|||||||
Reference in New Issue
Block a user