#import #import @class POPAnimation; @class POPSpringAnimation; @interface TGPhotoEditorInterfaceAssets : NSObject + (UIColor *)toolbarBackgroundColor; + (UIColor *)toolbarTransparentBackgroundColor; + (UIColor *)cropTransparentOverlayColor; + (UIColor *)accentColor; + (UIColor *)panelBackgroundColor; + (UIColor *)selectedImagesPanelBackgroundColor; + (UIColor *)editorButtonSelectionBackgroundColor; + (UIImage *)cropIcon; + (UIImage *)toolsIcon; + (UIImage *)rotateIcon; + (UIImage *)paintIcon; + (UIImage *)stickerIcon; + (UIImage *)textIcon; + (UIImage *)gifBackgroundImage; + (UIImage *)gifIcon; + (UIImage *)gifActiveIcon; + (UIImage *)muteIcon; + (UIImage *)muteActiveIcon; + (UIImage *)qualityIconForPreset:(TGMediaVideoConversionPreset)preset; + (UIImage *)timerIconForValue:(NSInteger)value; + (UIImage *)eraserIcon; + (UIImage *)tintIcon; + (UIImage *)blurIcon; + (UIImage *)curvesIcon; + (UIImage *)groupIcon; + (UIImage *)ungroupIcon; + (UIImage *)groupIconBackground; + (UIImage *)groupIconBackgroundActive; + (UIImage *)mirrorIcon; + (UIImage *)aspectRatioIcon; + (UIImage *)aspectRatioActiveIcon; + (UIColor *)toolbarSelectedIconColor; + (UIColor *)toolbarAppliedIconColor; + (UIColor *)editorItemTitleColor; + (UIColor *)editorActiveItemTitleColor; + (UIFont *)editorItemTitleFont; + (UIColor *)filterSelectionColor; + (UIColor *)sliderBackColor; + (UIColor *)sliderTrackColor; + (UIImage *)cameraIcon; @end