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
[user] | |
email = [email protected] | |
name = ArjDev69 | |
[core] | |
editor = code --wait | |
[push] | |
followTags=true | |
[alias] | |
c = !git add --all && git commit -m | |
s = !git status -s |
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
// | |
// SceneDelegate.swift | |
// GistApp | |
// | |
// Created by ArjMaster on 20/04/21. | |
// Copyright © 2021 ArjMaster. All rights reserved. | |
// | |
import UIKit |