CaseInsensitivePredicateTemplate.h

/*
 Copyright (C) 2015 Apple Inc. All Rights Reserved.
  See LICENSE.txt for this sample’s licensing information
  
  Abstract:
  CaseInsensitivePredicateTemplate is a subclass of 
   NSPredicateEditorRowTemplate that will generate case insensitive 
   comparison predicates; it can be used as the custom subclass of an 
   NSPredicateEditorRowTemplate in Interface Builder. 
 */
 
#import <Cocoa/Cocoa.h>
 
@interface CaseInsensitivePredicateTemplate : NSPredicateEditorRowTemplate 
 
@end