SYMBOL INDEX (8 symbols across 3 files) FILE: V2RayX/AppDelegate.h type ProxyMode (line 17) | typedef enum ProxyMode : NSInteger{ FILE: V2RayX/MutableDeepCopying.h function else (line 23) | else if([aValue conformsToProtocol:@protocol(NSMutableCopying)]) { function else (line 25) | else if([aValue conformsToProtocol:@protocol(NSCopying)]){ function NSMutableArray (line 38) | NSMutableArray *returnArray = [[NSMutableArray alloc] initWithCapacity:s... function else (line 43) | else if([aValue conformsToProtocol:@protocol(NSMutableCopying)]) { function else (line 45) | else if([aValue conformsToProtocol:@protocol(NSCopying)]){ FILE: V2RayX/ServerProfile.h type SecurityType (line 12) | typedef enum SecurityType : NSUInteger { type NetWorkType (line 19) | typedef enum NetWorkType : NSUInteger {