// // Constants.swift // LiveLikeGiphyChallenge // // Created by Ljupco Nastevski on 30.1.22. // import Foundation struct Constants { static let GiphyApiKey = "JUMJggLCBhTudfXShZ6fsFED1l4WV7Wa" static let GiphyPaginationLimit = 50 static let GiphyBaseUrl = "https://api.giphy.com" }