~ubuntu-branches/ubuntu/utopic/sope/utopic-proposed

« back to all changes in this revision

Viewing changes to sope-core/NGExtensions/NGExtensions/NGRuleContext.h

  • Committer: Package Import Robot
  • Author(s): Jeroen Dekkers
  • Date: 2014-04-06 19:31:49 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140406193149-o4u55jgiwhy722gj
Tags: 2.2.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  
30
30
  This is a specialized rule evaluation object for key based (assignment)
31
31
  rules. It exports evaluated rule values using key-value coding, thereby
32
 
  giving a very simple access somewhat similiar to CSS.
 
32
  giving a very simple access somewhat similar to CSS.
33
33
*/
34
34
 
35
35
@class NSString, NSArray, NSMutableDictionary;