-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
12 additions
and
116 deletions.
There are no files selected for viewing
25 changes: 0 additions & 25 deletions
25
SynchronyFinancial/SynchronyFinancial WatchKit Extension/AccPayEndInterfaceController.swift
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
SynchronyFinancial/SynchronyFinancial WatchKit Extension/AccPaym1InterfaceController.swift
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
SynchronyFinancial/SynchronyFinancial WatchKit Extension/AccPaym2InterfaceController.swift
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
SynchronyFinancial/SynchronyFinancial WatchKit Extension/AccountDetailCell.swift
This file was deleted.
Oops, something went wrong.
24 changes: 12 additions & 12 deletions
24
...n/AccountPaymentInterfaceController.swift → ...n/AccountDetailsInterfaceController.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
// | ||
// AccountPaymentInterfaceController.swift | ||
// AccountDetailsInterfaceController.swift | ||
// SynchronyFinancial WatchKit Extension | ||
// | ||
// Created by Monday on 2019/02/27. | ||
// Created by Alan Maynard on 3/6/19. | ||
// Copyright © 2019 Alan Maynard. All rights reserved. | ||
// | ||
|
||
import Foundation | ||
import WatchKit | ||
class AccountPaymentInterfaceController: WKInterfaceController { | ||
@IBOutlet weak var pay1label: WKInterfaceLabel! | ||
import Foundation | ||
|
||
|
||
class AccountDetailsInterfaceController: WKInterfaceController { | ||
|
||
@IBAction func payButton() { | ||
override func awake(withContext context: Any?) { | ||
super.awake(withContext: context) | ||
|
||
// Configure interface objects here. | ||
} | ||
|
||
override func willActivate() { | ||
// This method is called when watch view controller is about to be visible to user | ||
super.willActivate() | ||
} | ||
|
||
override func didDeactivate() { | ||
// This method is called when watch view controller is no longer visible | ||
super.didDeactivate() | ||
} | ||
|
||
} | ||
|
||
} |
13 changes: 0 additions & 13 deletions
13
SynchronyFinancial/SynchronyFinancial WatchKit Extension/PaymentCell.swift
This file was deleted.
Oops, something went wrong.