// // FLEXColorPreviewSection.h // FLEX // // Created by Tanner Bennett on 12/12/19. // Copyright © 2020 FLEX Team. All rights reserved. // #import "FLEXSingleRowSection.h" #import "FLEXObjectInfoSection.h" @interface FLEXColorPreviewSection : FLEXSingleRowSection + (instancetype)forObject:(UIColor *)color; @end