Skip to content

Commit

Permalink
Merge pull request #1 from draw-dev/bring_up_001_reddit_object_v1
Browse files Browse the repository at this point in the history
First PR! Started adding structure for the reddit object implementation
  • Loading branch information
bkonyi committed Apr 30, 2017
2 parents e8eb42a + 8176f8c commit 430f1fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions draw/reddit.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/// An object that with the future ability to provide access to user data and subreddits along with HTTP capablities.
///
///Future private members include A Config Object, User Data Object, and much more!
class reddit {
reddit() {
///This is currently a placeholder for the Reddit Constructor.
}
}

0 comments on commit 430f1fc

Please sign in to comment.