VC_MSRMain.swift
+ viewGLTest: SKView!+ snapshot: UIImageView?+ lastTransaction: MSRTransaction?+ couponList: [Reward]?+ levelIndex: LoyaltyTier = .Welcome+imageviewArrow: UIImageView!+labelLevelName: UILabel!+ labelAniversaryDate: UILabel!+labelStarCollectedTitle: UILabel!+ labelStarCollectedTitleAbove: UILabel!+labelStarCollectedCount: UILabel!+labelNumberToNextLevel: UILabel!+labelNextLevelName: UILabel!+ leftBarItem: UIBarButtonItem!+ navigationFlag = false
My Starbucks Rewards
VC_MSRAddCard.mm
+ BOOL isRegisterPage;+ UIView *viewCard;+ UIButton *buttonFindAStore;+ UITextView *textViewCardNumber;+ UITextField *textfieldPin;+ UILabel *labelContent;+ UISwitch *activeCardSwitch;+ NSString *validCard;+ NSString *pin;+ UIImageView *cardImageView;+ UILabel *liveCardLabel;+ UILabel *liveCardDescriptionLabel;+ UIButton *cardNumberClearButton;+ NSLayoutConstraint *topConstraint;+UIButton *addCardButton;+t NSLayoutConstraint *addCardBottom;+CGFloat originalTopConstraintConstant;
-(void)viewDidLoad {- (void)enableNextButtonOnValidData {- (void)clearCardNumberText {- (void)textViewDidBeginEditing:(UITextView *)textView {- (void)textViewDidEndEditing:(UITextView *)textView {- (void)textViewDidChange:(UITextView *)textView {- (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)string {- (void)updateTextViewCardNumberFormat {- (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string {- (IBAction)pinDidChange:(UITextField *)sender {- (void)updateTextFieldPinNumberFormat {- (void)removeViews: (NSArray *)views {- (void)setupTextOfRegisterPage {- (void)setupTextOfAddCard {- (void)keyboardWillHide:(NSNotification *)aNotification {- (void)keyboardWillShow:(NSNotification *)aNotification {- (void)actionTurnOffInputView:(id)sender {- (IBAction)actionLeftNavigationBtn:(id)sender {- (IBAction)actionLeftNavigationBtn:(id)sender {- (IBAction)actionRightNavigationBtn:(id)sender {- (void)handleReceivedDataOfCardValidation:(NSString*) errorcode {- (void) handleReceivedDataOfAddCardToUser:(NSString*) errorcode {- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {- (IBAction)actionFindAStore:(id)sender {- (void)presentPrivacyPolicy {- (void) gotoMSRInfoViewController {
VC_MSRLoginEnter.mm
+ UILabel *titleLabel;+UILabel *contentLabel;+ UIButton *buttonJoin;+ UIButton *buttonLogin;+NSLayoutConstraint *cupImageTopConstraint;
-(void)viewWillAppear:(BOOL)animated;- (void)viewDidLoad;- (void)transitionAnimation:(UIViewController *)viewController withType:(NSString *)type withSubtype:(NSString *)subtype ;- (IBAction)actionLeftNavigationBtn:(id)sender;- (IBAction)actionLogin:(id)sender;- (void)joinButtonClicked:(id)sender;- (UIViewController *)childViewControllerForStatusBarHidden ;- (UIViewController *)childViewControllerForStatusBarStyle ;- (void)finishedTutorial ;