mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Assign more files to features
Make sure the implementation is only processed in all files, when the feature is actually set to build
This commit is contained in:
@@ -26,6 +26,10 @@
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#import "HockeySDK.h"
|
||||
|
||||
#if HOCKEYSDK_FEATURE_FEEDBACK
|
||||
|
||||
#import "BITImageAnnotationViewController.h"
|
||||
#import "BITImageAnnotation.h"
|
||||
#import "BITRectangleImageAnnotation.h"
|
||||
@@ -414,3 +418,5 @@ typedef NS_ENUM(NSInteger, BITImageAnnotationViewControllerInteractionMode) {
|
||||
return [self.editingControls selectedSegmentIndex] != UISegmentedControlNoSegment;
|
||||
}
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user