Skip to content

Commit ac5539e

Browse files
authored
Update AppDelegate.swift
1 parent 049c467 commit ac5539e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TweeBox/AppDelegate.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1919

2020
// Twitter Kit
2121
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
22-
Twitter.sharedInstance().start(withConsumerKey:"yuo33GhvlWXA465CE1wrIhvss", consumerSecret:"ji2rPh5sMDjR4vj4HC24ZGDpZ0miGVJagCCiIkJsoZsMmTKYcF")
22+
Twitter.sharedInstance().start(withConsumerKey:"KEY", consumerSecret:"SECRET")
2323

2424
return true
2525
}

0 commit comments

Comments
 (0)