intmain / HairPowder

Hair Powder for iPhoneX "M" Shape pattern baldness design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import UIKit import HairPowder @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { HairPowder.instance.spread() return true } }

Admineak222 opened this issue · comments