Skip to content

Instantly share code, notes, and snippets.

#import "AppDelegate.h"
@import AcceptSDK;
@interface AppDelegate ()
@end
@implementation AppDelegate
import Foundation
protocol Randomizable {
init?(rawValue:Int)
static var min:Int { get }
static var max:Int { get }
}
extension Randomizable {
static var random:Self? {
@davidolesch
davidolesch / TenSwiftStyleRules.swift
Last active March 8, 2019 00:53
Good Swift Style and Conventions
/*
____ _ __ _
/ ___|_ _(_)/ _| |_
\___ \ \ /\ / / | |_| __|
___) \ V V /| | _| |_
|____/ \_/\_/ |_|_| \__|
Good Swift Style and Conventions
**Privacy Policy**
David Olesch built the Book Scan app as a Free app. This SERVICE is provided by David Olesch at no cost and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Book Scan unless otherwise defined in this Privacy Policy.