// // GMView.h // Gengmei // // Created by wangyang on 9/14/15. // Copyright (c) 2015 Wanmeichuangyi. All rights reserved. // #import <UIKit/UIKit.h> @import GMOCConstant; @import Masonry; @import GMFoundation; @interface GMView : UIView /** * @brief 不需要重写 init 方法,如果代码里调用了 init 方法,SDK 会自动调用 initWithFrame * */ - (void)setup __attribute__((objc_requires_super)); @end