Skip to content

Instantly share code, notes, and snippets.

- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view.
self.proArray = [[NSMutableArray alloc]init];
GCDVC2* __weak weakSelf = self;
self.postGCDBlock = ^{
[weakSelf.proArray removeObject:@"3"];