Skip to content

Commit

Permalink
forgot to add snap.ds
Browse files Browse the repository at this point in the history
hehehe
  • Loading branch information
RevealedSoulEven committed Dec 14, 2022
1 parent 81364c4 commit a64d40e
Showing 1 changed file with 12 additions and 47 deletions.
59 changes: 12 additions & 47 deletions snap.ds
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ interface RxSupplierBase {
class RxSupplier {

void subscribe(#RxObserver) {
.string "observer is null";
.string "subscribeActual failed";
}
}
Expand Down Expand Up @@ -511,10 +510,7 @@ class FriendProfileTransformer {
void $<init>(Object, Object, int)

* $apply(...) {
.string "Required value was null.";
.string "performanceLogger";
.method Collections->singletonList;
.new !FooterInfoItem;
.string "LOOK:ContentManagerResourceResolver#createall";
}
}

Expand Down Expand Up @@ -1058,27 +1054,15 @@ class PublicProfileTileTransformer {
}
}

[certain]
class ComposerFriend expects com.snap.composer.people.Friend {

#ComposerUser $getUser()
}

[late]
class ComposerUser {

String $getUsername()
}

[certain]
class FriendStoringProxy {

boolean $perform(...) {
.method *->getFriends;
.method *->getBestFriends;
.new #FriendListener;
}
}

[late]
class FriendListener {
Expand All @@ -1097,17 +1081,7 @@ class DisplayInfoContainer {
}
}

[certain]
class ProfileMyFriendsSection {

[discard] * m0(...) {
.string "ProfileMyFriendsSection";
}

List filter(String, List) {
.type !DisplayInfoContainer;
}
}

[certain, discard]
class FriendsFeedRecordHolder {
Expand Down Expand Up @@ -1681,39 +1655,24 @@ class CameraRollVideoLengthChecker {
}
}

[certain, obfuscated]
enum ProfileActionSheetDisplay {

[late] static this .fields { ONLY_HEADER, NO_HEADER, DEFAULT }
}

[certain, discard]
class ProfileActionSheetProvider {

void $<init>(...) {
.string "ProfileActionSheetProvider";
}
}

[certain, conserve]
class ProfileActionSheetCreator {

Object nestedContext;

Object actionMenuContext;
Object nestedContext;

* apply(*) {
.type !ProfileActionSheetProvider;
.field !ProfileActionSheetDisplay->!ONLY_HEADER;
.field !ProfileActionSheetDisplay->!NO_HEADER;
.string "Notification not supported for ";
}
}

[certain, obfuscated]
enum ActionSheetType {

[late] static this .fields { PROFILE, PROFILE_ACTION_MENU }

[not] int i0;
}

[certain]
Expand All @@ -1722,7 +1681,6 @@ class ActionMenuContext {
!ActionSheetType sheetType;
!FriendInfo friendInfo;
!BasicFeedInfo feedInfo;
!ProfileActionSheetDisplay display;
}

[certain]
Expand Down Expand Up @@ -1778,6 +1736,12 @@ class NestedActionMenuContext {
static void display(this, String, List)
}

[certain, obfuscated]
enum ProfileActionSheetDisplay {

[late] static this .fields { ONLY_HEADER, NO_HEADER, DEFAULT }
}

[certain]
class ProfileActionSheetChooser {

Expand All @@ -1787,6 +1751,7 @@ class ProfileActionSheetChooser {
}
}


[certain]
class StoryKey {

Expand Down Expand Up @@ -1991,4 +1956,4 @@ interface Func1 {
interface Func2 {

* invoke(*, *)
}
}

0 comments on commit a64d40e

Please sign in to comment.