Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. typedef NSDictionary *(^YapDatabaseSecondaryIndexWithObjectBlockSwiftCompatible)(YapDatabaseReadTransaction *transaction, NSString *collection, NSString *key, id object);
  2.  
  3. @interface YapDatabaseSecondaryIndexHandler (Swift3Compatibility)
  4.  
  5. + (instancetype)withDictionaryReturningObjectBlock:(YapDatabaseSecondaryIndexWithObjectBlockSwiftCompatible)block;
  6.  
  7. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement