Guest User

Untitled

a guest
Jul 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @dynamic gDataController;
  2. - (DNBVideoGDataController*)gDataController {
  3. return ( _gDataController != nil ? _gDataController = [[DNBVideoGDataController alloc] initWithDelegate:self] : _gDataController );
  4. }
Add Comment
Please, Sign In to add comment