Skip to content

Commit

Permalink
SWF-10 remove unused classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahm11003 committed Mar 7, 2019
1 parent 77f7f65 commit d52628c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 116 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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()
}

}

}

This file was deleted.

0 comments on commit d52628c

Please sign in to comment.