Skip to content
View KhayalSuleymani's full-sized avatar
  • International Bank of Azerbaijan
  • Baku Azerbaijan

Block or report KhayalSuleymani

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KhayalSuleymani/README.md

Pinned Loading

  1. App.swift App.swift
    1
    import Common
    2
    
                  
    3
    @main class WalletApp: App {
    4
      
    5
        override var coordinator: Coordinatable {
  2. AppTests.swift AppTests.swift
    1
    class WalletAppTests: QuickSpec {
    2
        
    3
        override class func spec() {
    4
            
    5
            let app = WalletApp()
  3. Payments Module with different Archi... Payments Module with different Architectures
    1
    public class Payments: Controller<PaymentsRoute> {
    2
        public override func prepareTransition(for route: PaymentsRoute) -> Transition {
    3
            switch route {
    4
            case let .payments(d):
    5
                let m = PaymentsViewItem(d)
  4. skiptools/skip skiptools/skip Public

    Skip enables the creation of native SwiftUI apps for iOS and Android

    Swift 1.8k 53

  5. LeetCode LeetCode Public