//
//  SellNotificationButton
//  MobileSDK
//
//  Created by Gilbert Schakal on 19/05/15.
//  Copyright (c) 2015 Selligent. All rights reserved.
//

#import <Foundation/Foundation.h>

#import "SMLink.h"

/*!
 *  This class is used to wrap informations about a notification button.
 *
 *  Additional information provided in [SMManager](SMManager)
 */
@interface SMNotificationButtonData : SMLink

@end
