#import "LZEmptyView.h" @implementation LZEmptyView - (void)prepare{ [super prepare]; self.emptyViewIsCompleteCoverSuperView = YES; self.titleLabFont = LCFont14; self.titleLabTextColor = LZA3AABEColor; self.detailLabFont = LCFont14; self.detailLabTextColor = HexColorFromRGB(0x6C6B70); self.autoShowEmptyView = NO; self.actionBtnTitleColor = [UIColor whiteColor]; self.actionBtnBackGroundColor = [UIColor clearColor]; self.imageSize = CGSizeMake(175.0f, 140.0f); self.subViewMargin = 10.0f; self.backgroundColor = [UIColor clearColor]; } @end