#ifdef SHOULD_COMPILE_LOOKIN_SERVER // // LookinAttributesGroup.h // Lookin // // Created by Li Kai on 2018/11/19. // https://lookin.work // #import #import "LookinAttrIdentifiers.h" @class LookinAttributesSection; /** 在 Lookin 中,一个 LookinAttributesGroup 会被对应渲染为一张卡片 如果两个 attrGroup 有相同的 LookinAttrGroupIdentifier,则 isEqual: 返回 YES */ @interface LookinAttributesGroup : NSObject @property(nonatomic, copy) LookinAttrGroupIdentifier identifier; @property(nonatomic, copy) NSArray *attrSections; @end #endif /* SHOULD_COMPILE_LOOKIN_SERVER */