数组中所有对象都执行某个SEL

    NSArray *allObject = [dictionary allValues];
    [allObject makeObjectsPerformSelector:@selector(objSel)];

原文地址:https://www.cnblogs.com/wustlj/p/2262045.html