Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View brimanning's full-sized avatar

Brian Manning brimanning

View GitHub Profile
import UIKit
import FBSDKCoreKit
import FBSDKLoginKit
import Fabric
import Crashlytics
import TwitterKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
@include keyframe(fadeout) {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}