forked from epreston/PSTreeGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated project, documentation, example class names.
Separated out the two protocols into separate files. Showed to documentation config some love. Upgraded things to the latest version.
- Loading branch information
Showing
5 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// | ||
// PSTreeGraphDelegate.h | ||
// PSHTreeGraph | ||
// | ||
// Created by Ed Preston on 9/08/12. | ||
// Copyright (c) 2012 Preston Software. All rights reserved. | ||
// | ||
|
||
#ifndef PSHTreeGraph_PSTreeGraphDelegate_h | ||
#define PSHTreeGraph_PSTreeGraphDelegate_h | ||
|
||
|
||
|
||
#endif |