mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
only changed items in the full network list are updated now
This commit is contained in:
parent
bab75186f5
commit
456c7ca661
4 changed files with 103 additions and 4 deletions
|
@ -59,4 +59,10 @@ enum NetworkType {
|
|||
- (NSString*)statusString;
|
||||
- (NSString*)typeString;
|
||||
|
||||
- (BOOL)hasSameNetworkId:(UInt64)networkId;
|
||||
|
||||
- (BOOL)isEqualToNetwork:(Network*)network;
|
||||
- (BOOL)isEqual:(id)object;
|
||||
- (NSUInteger)hash;
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue