#import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @interface UIView (Utils) - (UIView *)findChildByClass:clazz; @end