Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Can't determine calling class's variable's value using XCode
- Boolean bInternetOK;
- @property (nonatomic) Boolean bInternetOK;
- @synthesize bInternetOK;
- TheNetworkClass *TheNetworks = [[TheNetworkClass alloc]init];
- [TheNetworks StartUpTheWork];
Advertisement
Add Comment
Please, Sign In to add comment