Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.

Commit

Permalink
Forward declaration for model node in delegate definition.
Browse files Browse the repository at this point in the history
Flexibility.
  • Loading branch information
epreston committed Aug 8, 2012
1 parent 0495ad0 commit 4461338
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PSTreeGraphView/PSTreeGraphDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@

#import <Foundation/Foundation.h>

#import "PSTreeGraphModelNode.h"
// Forward declaration of Model Node

@protocol PSTreeGraphModelNode;


@protocol PSTreeGraphDelegate <NSObject>

Expand Down

0 comments on commit 4461338

Please sign in to comment.