Skip to content

Instantly share code, notes, and snippets.

@jasminsuljic
Created December 23, 2016 05:59
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 jasminsuljic/0cd096ec1dcab8a849a7de2769bbbed6 to your computer and use it in GitHub Desktop.
Save jasminsuljic/0cd096ec1dcab8a849a7de2769bbbed6 to your computer and use it in GitHub Desktop.
//
// AddCardViewController.h
// pay
//
// Created by Jasmin Suljic on 21/12/16.
// Copyright © 2016 Webteh.hr. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "TransactionLifecycleAdapterDelegate.h"
@interface AddCardViewController : UIViewController<TransactionLifecycleAdapterDelegate>
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment