







#import <UIKit/UIKit.h>
#import "RecentlyOnlineCell.h"

@protocol TrapMinArmSortDelegate;


@interface BackupComposer : UIView


@property (weak, nonatomic) id<TrapMinArmSortDelegate> delegate;


- (void)tagalogMeasure:(NSArray <RecentlyOnlineCell *> *)barrages;


- (void)start;


- (void)stop;

@end


@protocol TrapMinArmSortDelegate <NSObject>

@optional


- (void)icyUnlockKeyView:(BackupComposer *)pendingView fixWinCleanCell:(RecentlyOnlineCell *)loop;


- (void)partlyYoungestAddressLayeringStrictFlowManagerCancels:(BackupComposer *)pendingView;


- (void)icyUnlockKeyView:(BackupComposer *)pendingView willDisplayCell:(RecentlyOnlineCell *)loop;


- (void)icyUnlockKeyView:(BackupComposer *)pendingView didEndDisplayingCell:(RecentlyOnlineCell *)loop;

@end
