Skip to content

Commit a5f227c

Browse files
tido64matt-oakes
authored andcommitted
fix(iOS): Method definition for 'dictionaryValue' not found (#224)
1 parent 4ac4acd commit a5f227c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ios/RNCConnectionState.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ static NSString *const RNCCellularGeneration4g = @"4g";
2828
- (instancetype)init;
2929
- (instancetype)initWithReachabilityFlags:(SCNetworkReachabilityFlags)flags;
3030
- (BOOL)isEqualToConnectionState:(RNCConnectionState *)otherState;
31-
- (NSDictionary *)dictionaryValue;
3231

33-
@property (nonnull, nonatomic, strong, readonly) NSString *type;
32+
@property (nonatomic, strong, readonly) NSString *type;
3433
@property (nullable, nonatomic, strong, readonly) NSString *cellularGeneration;
3534
@property (nonatomic, readonly) BOOL connected;
3635
@property (nonatomic, readonly) BOOL expensive;

0 commit comments

Comments
 (0)