1234567891011121314151617 |
- //
- // 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 <FLEXObjectInfoSection>
- + (instancetype)forObject:(UIColor *)color;
- @end
|