//
//  BackgroundRefreshStrategy.h
//  permission_handler_apple
//
//  Created by Sebastian Roth on 28/09/2023.
//

#import <Foundation/Foundation.h>
#import "PermissionStrategy.h"

NS_ASSUME_NONNULL_BEGIN

@interface BackgroundRefreshStrategy : NSObject<PermissionStrategy>

@end

NS_ASSUME_NONNULL_END
