You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ( [value isKindOfClass: [AQGridView class]] == NO )
{
[NSExceptionraise:NSInvalidArgumentExceptionformat:@"-setGridView: called with non-AQGridView argument '%@'", NSStringFromClass([value class])];
}
self.view = value;
}
/*
// The designated initializer. Override if you create the controller programmatically and want to perform customization that is not appropriate for viewDidLoad.