C8C576F6184B547435CFF0F3/* Pods-1Weather.debug.xcconfig */={isa=PBXFileReference;includeInIndex=1;lastKnownFileType=text.xcconfig;name="Pods-1Weather.debug.xcconfig";path="Target Support Files/Pods-1Weather/Pods-1Weather.debug.xcconfig";sourceTree="<group>";};
C8C576F6184B547435CFF0F3/* Pods-1Weather.debug.xcconfig */={isa=PBXFileReference;includeInIndex=1;lastKnownFileType=text.xcconfig;name="Pods-1Weather.debug.xcconfig";path="Target Support Files/Pods-1Weather/Pods-1Weather.debug.xcconfig";sourceTree="<group>";};
// set private var so we don't have to access disk all the time
private(set)varallWdtLocations:[WdtLocation]?
// Adds the location if it's not a duplicate, makes flurry event, registered for PP notifications, sets this as selected location
// Return true if it added as a new location, false if it didn't add it or it was a dup
funcaddLocation(_location:WdtLocation)->Bool{
print("Add location \(location)")
returntrue
}
// Deletes the location if found, register/deregister for PP notifications, change selected location to first item if it's the same as deleted location
// Return true if it added as a new location, false if it didn't add it or it was a dup