Skip to content

Commit

Permalink
Merge pull request #11 from hyperoslo/feature/type-alias
Browse files Browse the repository at this point in the history
Add TypeAlias
  • Loading branch information
zenangst committed Oct 4, 2015
2 parents 7afbcad + d2efe5b commit 964d31e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/TypeAlias.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
public typealias JSONArray = [[String : AnyObject]]
public typealias JSONDictionary = [String : AnyObject]

0 comments on commit 964d31e

Please sign in to comment.