Skip to content

Commit

Permalink
Making Weather object public
Browse files Browse the repository at this point in the history
  • Loading branch information
Fri3ndlyGerman committed Feb 12, 2017
1 parent bcc1c2a commit 3c73af8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion OpenWeatherSwift/Weather.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import SwiftyJSON

struct Weather {
public struct Weather {
var humidity: Int
var id: Int
var clouds: Float
Expand Down

0 comments on commit 3c73af8

Please sign in to comment.