mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-02 09:31:32 +08:00
13 lines
268 B
Objective-C
13 lines
268 B
Objective-C
//
|
|
// Search.h
|
|
// RestKit
|
|
//
|
|
// Created by Blake Watters on 7/30/12.
|
|
// Copyright (c) 2012 RestKit. All rights reserved.
|
|
//
|
|
|
|
#import "RKManagedObjectStore+RKSearchAdditions.h"
|
|
#import "RKSearchIndexer.h"
|
|
#import "RKSearchPredicate.h"
|
|
#import "RKSearchTokenizer.h"
|