Guest User

Untitled

a guest
Jan 15th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. //u App.m
  2. [DLDeserializer setDefaultTypeCaster:[[SoundsetTypeCaster alloc] init]];
  3.  
  4. //SoundsetTypeCaster.m
  5.  
  6. + (NSDate*)toDate:(NSObject*)object{
  7. return [[NSDate alloc] initWithTimeIntervalSince1970:[[[self class] toString:object] intValue]];
  8. }
Add Comment
Please, Sign In to add comment