Skip to content

Instantly share code, notes, and snippets.

@sj442
Created June 12, 2017 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sj442/6e07fb6fe18d08c8ce9f88a97bfcd3a3 to your computer and use it in GitHub Desktop.
Save sj442/6e07fb6fe18d08c8ce9f88a97bfcd3a3 to your computer and use it in GitHub Desktop.
//
// ABMKMigrationMessagingService.h
// Audible
//
// Created by Jain, Sunayna on 6/9/17.
// Copyright © 2017 Audible, Inc. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@protocol ABCustomerInformation;
@interface ABMKMigrationMessagingService : NSObject
+ (UIAlertController *)migrationAlertForCustomerInfo: (id<ABCustomerInformation>)customerInfo;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment