mirror of
https://github.com/XITRIX/NXKit.git
synced 2026-05-30 11:46:52 +00:00
21 lines
445 B
C++
21 lines
445 B
C++
//
|
|
// Created by Даниил Виноградов on 17.11.2024.
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include <DispatchQueue.h>
|
|
#include <UIBlurView.h>
|
|
#include <UIButton.h>
|
|
#include <UIControl.h>
|
|
#include <UIImageView.h>
|
|
#include <UILabel.h>
|
|
#include <UIPanGestureRecognizer.h>
|
|
#include <UIScrollView.h>
|
|
#include <UITapGestureRecognizer.h>
|
|
#include <UIViewController.h>
|
|
#include <tools/Logger.hpp>
|
|
#include <yoga/Yoga.h>
|
|
|
|
using namespace NXKit::yoga::literals;
|