-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_General.h
38 lines (25 loc) · 1.06 KB
/
_General.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// DO NOT EDIT. This file is machine-generated and constantly overwritten.
// Make changes to General.h instead.
#import <CoreData/CoreData.h>
extern const struct GeneralAttributes {
__unsafe_unretained NSString *created_at;
__unsafe_unretained NSString *updated_at;
} GeneralAttributes;
@interface GeneralID : NSManagedObjectID {}
@end
@interface _General : NSManagedObject {}
+ (id)insertInManagedObjectContext:(NSManagedObjectContext*)moc_;
+ (NSString*)entityName;
+ (NSEntityDescription*)entityInManagedObjectContext:(NSManagedObjectContext*)moc_;
@property (nonatomic, readonly, strong) GeneralID* objectID;
@property (nonatomic, strong) NSDate* created_at;
//- (BOOL)validateCreated_at:(id*)value_ error:(NSError**)error_;
@property (nonatomic, strong) NSDate* updated_at;
//- (BOOL)validateUpdated_at:(id*)value_ error:(NSError**)error_;
@end
@interface _General (CoreDataGeneratedPrimitiveAccessors)
- (NSDate*)primitiveCreated_at;
- (void)setPrimitiveCreated_at:(NSDate*)value;
- (NSDate*)primitiveUpdated_at;
- (void)setPrimitiveUpdated_at:(NSDate*)value;
@end