Skip to content

Commit

Permalink
Exposed styles dictionary for external use
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Feb 28, 2012
1 parent 6e006f2 commit eaac650
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core/Source/DTCSSStylesheet.h
Expand Up @@ -30,4 +30,7 @@
// merge styles from given stylesheet into this stylesheet
- (void)mergeStylesheet:(DTCSSStylesheet *)stylesheet;

// dictionary of styles
- (NSDictionary *)styles;

@end

0 comments on commit eaac650

Please sign in to comment.