Skip to content

Commit

Permalink
[CSSStyle] Add an accessor for the style sheet object.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Jun 2, 2010
1 parent 73a9eb1 commit 78ec0ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extThree20CSSStyle/Sources/TTDefaultCSSStyleSheet.h
Expand Up @@ -23,6 +23,8 @@
TTCSSStyleSheet* _styleSheet;
}

@property (nonatomic, readonly) TTCSSStyleSheet* styleSheet;

- (BOOL)addStyleSheetFromDisk:(NSString*)filename;

@end
2 changes: 2 additions & 0 deletions src/extThree20CSSStyle/Sources/TTDefaultCSSStyleSheet.m
Expand Up @@ -32,6 +32,8 @@
///////////////////////////////////////////////////////////////////////////////////////////////////
@implementation TTDefaultCSSStyleSheet

@synthesize styleSheet = _styleSheet;


///////////////////////////////////////////////////////////////////////////////////////////////////
- (id)init {
Expand Down

0 comments on commit 78ec0ba

Please sign in to comment.