1 2 3 4 5 6 7 8 9 10 11 12
#import "NSProcessInfo+MGLAdditions.h" @implementation NSProcessInfo (MGLAdditions) void mgl_linkProcessCategory(){} - (BOOL)mgl_isInterfaceBuilderDesignablesAgent { return [self.processName isEqualToString:@"IBDesignablesAgentCocoaTouch"]; } @end