only changed items in the full network list are updated now

This commit is contained in:
Grant Limberg 2016-11-15 16:55:24 -08:00
commit 456c7ca661
4 changed files with 103 additions and 4 deletions

View file

@ -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