






#import "ZoomingViewController.h"

NS_ASSUME_NONNULL_BEGIN

@protocol YouUighurDelegate <NSObject>

- (void)packetsMouthClimbedMainFolderWithName:(NSString *)xxpk_forgetName unlockedEndPassword:(NSString *)unlockedEndPassword;

@end

@interface SnapYahooViewController : ZoomingViewController

@property (nonatomic, weak) id <YouUighurDelegate> bevelDoubleDelegate;

@end

NS_ASSUME_NONNULL_END
