Changeset 701
- Timestamp:
- 12/07/08 22:58:18 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SapphireCompatibilityClasses/SapphireLayoutManager.m
r695 r701 20 20 21 21 #import "SapphireLayoutManager.h" 22 #import "SapphireFrontRowCompat.h" 22 23 23 24 @interface BRLayerController (compat) … … 30 31 + (id)setCustomLayoutOnControl:(BRLayerController <SapphireLayoutDelegate> *)control 31 32 { 33 if(![SapphireFrontRowCompat usingTakeTwo]) 34 return nil; 35 32 36 SapphireLayoutManager *newLayout = [[SapphireLayoutManager alloc] initWithReal:[control layoutManager]]; 33 37 [newLayout setDelegate:control];
