mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Support fractional tuning parameters (fixes #112).
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
typedef struct {
|
||||
// working range buffers, on either side of scroll
|
||||
NSInteger trailingBufferScreenfuls;
|
||||
NSInteger leadingBufferScreenfuls;
|
||||
CGFloat trailingBufferScreenfuls;
|
||||
CGFloat leadingBufferScreenfuls;
|
||||
} ASRangeTuningParameters;
|
||||
|
||||
@protocol ASRangeControllerDelegate;
|
||||
|
||||
Reference in New Issue
Block a user