BreatheController.h
346 字节
//
// BreatheController.h
// DreamSleep
//
// Created by peter on 2022/4/8.
//
#import <UIKit/UIKit.h>
#import "BreathTextView.h"
NS_ASSUME_NONNULL_BEGIN
/// 均衡呼吸法和舒睡4-7-8呼吸法
@interface BreatheController : UIViewController
// 动画样式
@property (nonatomic, assign) LottieStyle style;
@end
NS_ASSUME_NONNULL_END