I hereby claim:
- I am alexmx on github.
- I am amaimescu (https://keybase.io/amaimescu) on keybase.
- I have a public key ASBFZdW6cPj3g362RdExAzA9ompbGGbqAQDeQp_IdI7UcAo
To claim this, I am signing this object:
import UIKit | |
@objc | |
public protocol CarouselViewDataSource: class { | |
func numberOfPages(in carouselView: CarouselView) -> Int | |
func carouselView(_ carouselView: CarouselView, pageAt index: Int) -> UIView | |
} |
#!/bin/bash | |
# Path to the repository root folder | |
REPO_ROOT_DIR=$1 | |
# The branch name relative to which the modified files will be determined | |
RELATIVE_BRANCH=$2 | |
# The path to the SwiftLint command. | |
SWIFT_LINT_PATH=$3 | |
run_swiftlint() { |
git remote prune origin | |
git branch -vv | grep 'origin/.*: gone]' | awk '{print $1}' | xargs git branch -D |
I hereby claim:
To claim this, I am signing this object: