mcdermj / buster

Buster D-Star Reflector Client for MacOS X
Other
15 stars 7 forks source link

Replace qso dictionary with custom class #24

Open mcdermj opened 8 years ago

mcdermj commented 8 years ago

Right now QSO information is passed around in a NSMutableDictionary. We really should have this in a custom class with the appropriate properties so that we can do proper type checking and such.