Skip to content

Commit

Permalink
- use placeholder in class templates
Browse files Browse the repository at this point in the history
  • Loading branch information
cbess committed Aug 2, 2014
1 parent 6ecf6e6 commit ca026a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import <Realm/Realm.h>

@interface ___FILEBASENAMEASIDENTIFIER___ : RLMObject
// Add properties here to define the model
<# Add properties here to define the model #>
@end

// This protocol enables typed collections. i.e.:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import <Realm/Realm.h>

@interface ___FILEBASENAMEASIDENTIFIER___ : RLMObject
// Add properties here to define the model
<# Add properties here to define the model #>
@end

// This protocol enables typed collections. i.e.:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import Realm

class ___FILEBASENAMEASIDENTIFIER___: RLMObject {
// Add properties here to define the model
<# Add properties here to define the model #>

// Specify properties to ignore (Realm won't persist these)
// class func ignoredProperties() -> [String] {
Expand Down

0 comments on commit ca026a1

Please sign in to comment.