Files
SellyCloudSDK_demo/Example/SubModules/FUBeautyComponent/FUBeautyComponent/FUBeautyDefine.m
2026-03-01 15:59:27 +08:00

24 lines
608 B
Objective-C

//
// FUBeautyDefine.m
// FUBeautyComponent
//
// Created by 项林平 on 2022/6/14.
//
#import "FUBeautyDefine.h"
const CGFloat FUBeautyCategoryViewHeight = 49.f;
const CGFloat FUBeautyFunctionViewOverallHeight = 141.f;
const CGFloat FUBeautyFunctionSliderHeight = 30.f;
NSString * const FUPersistentBeautySkinKey = @"FUPersistentBeautySkin";
NSString * const FUPersistentBeautyShapeKey = @"FUPersistentBeautyShape";
NSString * const FUPersistentBeautyFilterKey = @"FUPersistentBeautyFilter";
NSString * const FUPersistentBeautySelectedFilterIndexKey = @"FUPersistentBeautySelectedFilterIndex";