This file contains hidden or 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
import UIKit | |
import RxSwift | |
import RxCocoa | |
class AddDiscountTableViewCell: UITableViewCell { | |
@IBOutlet weak var discountTypeDropDown: SelectionDropDownView! | |
@IBOutlet weak var amountTextField: PrimaryTextField! | |
@IBOutlet weak var itemsDropDown: SelectionDropDownView! | |
This file contains hidden or 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
// - Playgorund code here | |
// - This code generates all (private/public) method titles which stored within EAAccessoryManager class | |
import Foundation | |
import ExternalAccessory | |
import PlaygroundSupport | |
PlaygroundPage.current.needsIndefiniteExecution = true | |