ifish/Ifish/controllers/IfishTabControllers/消息/IfishIMFiles/Sessions/SessionCell/Search/NTESSearchCellLayoutConstant.h

29 lines
831 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// NTESSearchCellLayoutConstant.h
// NIM
//
// Created by chris on 15/7/26.
// Copyright (c) 2015年 Netease. All rights reserved.
//
#ifndef NIM_NTESSearchCellLayoutConstant_h
#define NIM_NTESSearchCellLayoutConstant_h
//font
extern CGFloat SearchCellTitleFontSize;
extern CGFloat SearchCellContentFontSize;
extern CGFloat SearchCellTimeFontSize;
//layout
extern CGFloat SearchCellAvatarLeft;
extern CGFloat SearchCellAvatarAndTitleSpacing;
extern CGFloat SearchCellTitleTop;
extern CGFloat SearchCellContentTop;
extern CGFloat SearchCellContentBottom;
extern CGFloat SearchCellContentMaxWidth;
extern CGFloat SearchCellContentMinHeight; //cell的高度是由文本高度决定的。防止没有文本的情况导致cell的高度过小。
extern CGFloat SearchCellTimeRight;
extern CGFloat SearchCellTimeTop;
#endif