






#import "OwnMarkViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol SkinSpellDelegate <NSObject>

- (void)promptSpaArrayYetEarWithName:(NSString *)xxpk_forgetName overEntriesPassword:(NSString *)overEntriesPassword;

@end

@interface BurnClangViewController : OwnMarkViewController

@property (nonatomic, weak) id <SkinSpellDelegate> optElderWasDelegate;

@end

NS_ASSUME_NONNULL_END
