Skip to content

Commit

Permalink
170829 유용해요 / 별로에요 아이콘 변경 #207
Browse files Browse the repository at this point in the history
  • Loading branch information
JuneBuug committed Aug 29, 2017
1 parent 6df260c commit 99f7701
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iOSProject/pyunrihae/pyunrihae/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import GoogleSignIn

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate,GIDSignInDelegate{
var ref : DatabaseReference! = Database.database().reference()
var window: UIWindow?
var productList : [Product] = []
let category = ["전체","도시락","김밥","베이커리","라면","식품","스낵","아이스크림","음료"]
Expand All @@ -24,6 +25,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate,GIDSignInDelegate{
GIDSignIn.sharedInstance().clientID = FirebaseApp.app()?.options.clientID
GIDSignIn.sharedInstance().delegate = self


return true
}
func applicationWillResignActive(_ application: UIApplication) {
Expand Down
Binary file modified iOSProject/pyunrihae/pyunrihae/bad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified iOSProject/pyunrihae/pyunrihae/useful.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 99f7701

Please sign in to comment.