mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
//
|
||||
//
|
||||
// RobloxMobile
|
||||
//
|
||||
// Created by Kyler Mulherin on 1/16/15.
|
||||
// Copyright (c) 2015 ROBLOX. All rights reserved.
|
||||
//
|
||||
|
||||
#import "RBBaseViewController.h"
|
||||
#import "RBInfiniteCollectionView.h"
|
||||
#import "RobloxData.h"
|
||||
|
||||
@interface SearchResultCollectionViewController : RBBaseViewController <RBInfiniteCollectionViewDelegate>
|
||||
|
||||
@property NSUInteger resultsPerSearch;
|
||||
@property NSUInteger resultBufferZone;
|
||||
|
||||
@property (readonly) NSMutableArray* searchResults;
|
||||
@property (readonly) NSString* searchKeyword;
|
||||
@property (readonly) SearchResultType searchResultType;
|
||||
|
||||
@property (readonly) RBInfiniteCollectionView* collectionView;
|
||||
@property (readonly) NSString* collectionViewCellXibName;
|
||||
|
||||
|
||||
|
||||
-(id) initWithKeyword:(NSString*)keyword andSearchType:(SearchResultType)searchResultType;
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user