blob: e48e2191cebcaf0864971d30ed80037e7f364734 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_APP_STARTUP_BACKGROUND_UPLOAD_ALERT_H_
#define IOS_CHROME_APP_STARTUP_BACKGROUND_UPLOAD_ALERT_H_
#import <UIKit/UIKit.h>
@interface BackgroundUploadAlert : NSObject
+ (void)setupBackgroundUploadAlert;
@end
#endif // IOS_CHROME_APP_STARTUP_BACKGROUND_UPLOAD_ALERT_H_